ToString(UInt64, TomlPropertyDisplayKind) Method

Definition

Namespace Tomlyn.Helpers
Assembly Tomlyn.dll

Converts an unsigned 64-bit integer to its TOML representation.

public static string ToString(ulong u64, TomlPropertyDisplayKind displayKind)

Parameters

u64
UInt64

The integer value.

displayKind
TomlPropertyDisplayKind

The display kind.

Returns

String
The TOML string.