|
static bool | TryFormat (bool value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (DateTimeOffset value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (DateTime value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static unsafe bool | TryFormat (decimal value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (double value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (float value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (Guid value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (byte value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (sbyte value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (ushort value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (short value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (uint value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (int value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (ulong value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (long value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
static bool | TryFormat (TimeSpan value, Span< byte > destination, out int bytesWritten, StandardFormat format=default(StandardFormat)) |
|
|
static bool | TryFormatDateTimeG (DateTime value, TimeSpan offset, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatDateTimeL (DateTime value, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatDateTimeO (DateTime value, TimeSpan offset, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatDateTimeR (DateTime value, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatDecimalE (ref Number.NumberBuffer number, Span< byte > destination, out int bytesWritten, byte precision, byte exponentSymbol) |
|
static bool | TryFormatDecimalF (ref Number.NumberBuffer number, Span< byte > destination, out int bytesWritten, byte precision) |
|
static bool | TryFormatDecimalG (ref Number.NumberBuffer number, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatFloatingPoint< T > (T value, Span< byte > destination, out int bytesWritten, StandardFormat format) |
|
static bool | TryFormatInt64 (long value, ulong mask, Span< byte > destination, out int bytesWritten, StandardFormat format) |
|
static bool | TryFormatInt64D (long value, byte precision, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatInt64Default (long value, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatInt64MultipleDigits (long value, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatInt64N (long value, byte precision, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatUInt64 (ulong value, Span< byte > destination, out int bytesWritten, StandardFormat format) |
|
static bool | TryFormatUInt64D (ulong value, byte precision, Span< byte > destination, bool insertNegationSign, out int bytesWritten) |
|
static bool | TryFormatUInt64Default (ulong value, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatUInt32SingleDigit (uint value, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatUInt64MultipleDigits (ulong value, Span< byte > destination, out int bytesWritten) |
|
static bool | TryFormatUInt64N (ulong value, byte precision, Span< byte > destination, bool insertNegationSign, out int bytesWritten) |
|
static bool | TryFormatUInt64X (ulong value, byte precision, bool useLower, Span< byte > destination, out int bytesWritten) |
|
Definition at line 9 of file Utf8Formatter.cs.