Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Buffers.Text.FormattingHelpers Class Reference

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)
 

Detailed Description

Definition at line 6 of file FormattingHelpers.cs.


The documentation for this class was generated from the following file: