[]
        
(Showing Draft Content)

C1.C1Preview.PointD.Parse

Parse Method

Parse(string, out PointD, bool)

Converts a string to a PointD structure.

Declaration
public static bool Parse(string s, out PointD result, bool throwException)
Parameters
Type Name Description
string s

The string to convert.

PointD result

OUT: the created PointD structure.

bool throwException

Indicates whether an exception should be thrown if the string cannot be converted.

Returns
Type Description
bool

true if no error occurred, false otherwise (if throwException is false).