ToString(UInt32, TomlPropertyDisplayKind) Method

Definition

Namespace Tomlyn.Helpers
Assembly Tomlyn.dll

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

public static string ToString(uint u32, TomlPropertyDisplayKind displayKind)

Parameters

u32
UInt32

The integer value.

displayKind
TomlPropertyDisplayKind

The display kind.

Returns

String
The TOML string.