Parse(String,Boolean) Method
Creates a
LineDef object, and initialises it with values acquired by parsing a string representation of a
LineDef.
'Declaration
Public Overloads Shared Function Parse( _
ByVal As String, _
ByVal As Boolean _
) As LineDef
Parameters
- s
- A string representing a LineDef (see LineDef.ToString).
- throwOnError
- If true, an exception is thrown if an error occurs while parsing; otherwise, errors are ignored.
Return Value