GetStringGetLiteralString Method |
Returns the string that the user typed. By default, space does not stop input.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public GetResult GetLiteralString()
Public Function GetLiteralString As GetResult
Return Value
Type:
GetResultThe result type. If the user typed a string, this is
String.
See Also