HalfTypeToString Method (String) |
Converts the numeric value of this instance to its equivalent string representation, using the specified format.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public string ToString(
string format
)
Parameters
- format
- Type: SystemString
A numeric format string.
Return Value
Type:
StringThe string representation of the value of this instance as specified by format.
See Also