ToString(UInt16, TomlPropertyDisplayKind) Method

Definition

Namespace Tomlyn.Helpers
Assembly Tomlyn.dll

Converts a 16-bit unsigned integer to its TOML representation.

public static string ToString(ushort u16, TomlPropertyDisplayKind displayKind)

Parameters

u16
UInt16

The integer value.

displayKind
TomlPropertyDisplayKind

The display kind.

Returns

String
The TOML string.