C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / LineDef Class / Parse Method / Parse(String,Boolean) Method
A string representing a LineDef (see LineDef.ToString).
If true, an exception is thrown if an error occurs while parsing; otherwise, errors are ignored.

In This Topic
Parse(String,Boolean) Method
In This Topic
Creates a LineDef object, and initialises it with values acquired by parsing a string representation of a LineDef.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal s As String, _
   ByVal throwOnError 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

The new LineDef object.
See Also