Click or drag to resize

HalfTypeToString(IFormatProvider) Method

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

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

Parameters

formatProvider  IFormatProvider
An System.IFormatProvider that supplies culture-specific formatting information.

Return Value

String
The string representation of the value of this instance as specified by provider.
See Also