|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static int | CountDigits (ulong value) |
| static int | CountDigits (uint value) |
| static int | CountHexDigits (ulong value) |
| static int | CountDecimalTrailingZeros (uint value, out uint valueWithoutTrailingZeros) |
| static char | GetSymbolOrDefault (in StandardFormat format, char defaultSymbol) |
| static void | FillWithAsciiZeros (Span< byte > buffer) |
| static void | WriteDigits (ulong value, Span< byte > buffer) |
| static void | WriteDigitsWithGroupSeparator (ulong value, Span< byte > buffer) |
| static void | WriteDigits (uint value, Span< byte > buffer) |
| static void | WriteFourDecimalDigits (uint value, Span< byte > buffer, int startingIndex=0) |
| static void | WriteTwoDecimalDigits (uint value, Span< byte > buffer, int startingIndex=0) |
| static bool | TryFormatThrowFormatException (out int bytesWritten) |
Definition at line 6 of file FormattingHelpers.cs.