RhinoCommon API
LengthValueCreate Method (String, StringParserSettings, Boolean) |
Create from string
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0
public static LengthValue Create( string s, StringParserSettings ps, out bool parsedAll )
Public Shared Function Create ( s As String, ps As StringParserSettings, <OutAttribute> ByRef parsedAll As Boolean ) As LengthValue
Parameters
- s
- Type: SystemString
string to parse - ps
- Type: Rhino.InputStringParserSettings
[Missing <param name="ps"/> documentation for "M:Rhino.LengthValue.Create(System.String,Rhino.Input.StringParserSettings,System.Boolean@)"]
- parsedAll
- Type: SystemBoolean
true if the whole string was parsed
Return Value
Type: LengthValue[Missing <returns> documentation for "M:Rhino.LengthValue.Create(System.String,Rhino.Input.StringParserSettings,System.Boolean@)"]