Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToString() [4/4]

string System.Half.ToString ( string? format,
IFormatProvider? provider )
inline

Implements System.IFormattable.

Definition at line 385 of file Half.cs.

386 {
387 return Number.FormatHalf(this, format, NumberFormatInfo.GetInstance(provider));
388 }
static NumberFormatInfo GetInstance(IFormatProvider? formatProvider)

References System.format, System.Number.FormatHalf(), and System.Globalization.NumberFormatInfo.GetInstance().