HalfTypeParse Method (String, IFormatProvider) |
Converts the string representation of a number to its System.Half equivalent
using the specified culture-specific format information.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static HalfType Parse(
string value,
IFormatProvider provider
)
Parameters
- value
- Type: SystemString
The string representation of the number to convert. - provider
- Type: SystemIFormatProvider
An System.IFormatProvider that supplies culture-specific parsing information about value.
Return Value
Type:
HalfTypeThe System.Half number equivalent to the number contained in s as specified by provider.
Exceptions See Also