HalfTypeParse Method (String) |
Namespace: NeoAxis
public static HalfType Parse( string value )
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
| FormatException | value is not in the correct format. |
| OverflowException | value represents a number less than System.Half.MinValue or greater than System.Half.MaxValue. |