'Declaration
Public Shared Function Parse( _
ByVal As System.String, _
ByRef As UnitPoint, _
ByVal As System.Boolean _
) As System.Boolean
public static System.bool Parse(
System.string ,
out UnitPoint ,
System.bool
)
Parameters
- s
- The string to convert.
- result
- OUT: The UnitPoint structure representing .
- throwException
- Indicates whether an exception should be thrown if the conversion cannot be performed (if an error occurs, and this value is false, is set to Empty).
Return Value
true if no error occurred, false otherwise.