ExtensionsConvertionsToFloat Method |
Name | Description | |
---|---|---|
ToFloat(Byte) |
Returns a single-precision floating point number converted from four bytes at a specified
position in a byte array.
| |
ToFloat(String) |
Converts the string representation of a number in a specified style and culture-specific
format to its single-precision floating-point number equivalent. if the string content is
"nan" then a NaN is returned.
Returns 0 if target cannot be parsed.
| |
ToFloat(String, NumberFormatInfo) |
Converts the string representation of a number in a specified style and culture-specific
format to its single-precision floating-point number equivalent. if the string content is
"nan" then a NaN is returned.
Returns 0 if target cannot be parsed.
|