static public method Angle.TryParse

Brief

Parses the string into the value.

Declaration
C#
bool  TryParse (string text, out Angle value, out Angle.Unit unit)

Parameters
text

The text to be parsed.

value

[output] The parsed value.

unit

[output] The measurement unit.

Returns

The method returns true if the string has been successfully parsed.

Declared in Angle

back