Click or drag to resize

HalfTypeTryParse Method

Overload List
  NameDescription
Public methodStatic memberTryParse(String, HalfType)
Converts the string representation of a number to its System.Half equivalent. A return value indicates whether the conversion succeeded or failed.
Public methodStatic memberTryParse(String, NumberStyles, IFormatProvider, HalfType)
Converts the string representation of a number to its System.Half equivalent using the specified style and culture-specific format. A return value indicates whether the conversion succeeded or failed.
Top
See Also