Click or drag to resize

LengthValueCreate Method (String, StringParserSettings, Boolean)

Create from string

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static LengthValue Create(
	string s,
	StringParserSettings ps,
	out bool parsedAll
)

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@)"]

See Also