[]
        
(Showing Draft Content)

C1.C1Preview.OffsetsD.Parse

Parse Method

Parse(string, out OffsetsD, bool)

Converts a string to a OffsetsD structure.

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

The string to convert.

OffsetsD result

OUT: The OffsetsD 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.