Click or drag to resize

HalfTypeToString Method (String, IFormatProvider)

Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format
Type: SystemString
A numeric format string.
formatProvider
Type: SystemIFormatProvider
An System.IFormatProvider that supplies culture-specific formatting information.

Return Value

Type: String
The string representation of the value of this instance as specified by format and provider.

Implements

IFormattableToString(String, IFormatProvider)
Exceptions
ExceptionCondition
FormatExceptionformat is invalid.
See Also