Table of Contents

UString.FastFormatter Class

public static class UString.FastFormatter
Inheritance
UString.FastFormatter

Fields

INT_MAX

Threshold for integer fast path.

INT_MIN

Threshold for integer fast path.

Methods

WriteUnsafe(int, Span<char>)

Write integer as a text pretty fast.

WriteUnsafe(long, Span<char>)

Write integer as a text pretty fast.

WriteUnsafe(uint, Span<char>)

Write integer as a text pretty fast.

WriteUnsafe(ulong, Span<char>)

Write integer as a text pretty fast.