[]
        
(Showing Draft Content)

C1.C1Preview.RectangleD.Parse

Parse Method

Parse(string, out RectangleD, bool)

Converts a string to a RectangleD structure.

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

The string to convert.

RectangleD result

OUT: the created RectangleD 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).