[]
        
(Showing Draft Content)

C1.C1Preview.UnitPoint.Parse

Parse Method

Parse(string, out UnitPoint, bool)

Converts a string to a UnitPoint structure.

Declaration
public static bool Parse(string s, out UnitPoint result, bool throwException)
Public Shared Function Parse(s As String, ByRef result As UnitPoint, throwException As Boolean) As Boolean
Parameters
Type Name Description
string s

The string to convert.

UnitPoint result

OUT: The UnitPoint structure representing s.

bool throwException

Indicates whether an exception should be thrown if the conversion cannot be performed (if an error occurs, and this value is false, result is set to Empty).

Returns
Type Description
bool

true if no error occurred, false otherwise.