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

◆ TryFormat() [10/16]

static bool System.Buffers.Text.Utf8Formatter.TryFormat ( long value,
Span< byte > destination,
out int bytesWritten,
StandardFormat format = default(StandardFormat) )
inlinestatic

Definition at line 826 of file Utf8Formatter.cs.

827 {
828 return TryFormatInt64(value, ulong.MaxValue, destination, out bytesWritten, format);
829 }
static bool TryFormatInt64(long value, ulong mask, Span< byte > destination, out int bytesWritten, StandardFormat format)

References System.destination, System.format, System.Buffers.Text.Utf8Formatter.TryFormatInt64(), and System.value.