ToString(Int16, TomlPropertyDisplayKind) Method

Definition

Namespace Tomlyn.Helpers
Assembly Tomlyn.dll

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

public static string ToString(short i16, TomlPropertyDisplayKind displayKind)

Parameters

i16
Int16

The integer value.

displayKind
TomlPropertyDisplayKind

The display kind.

Returns

String
The TOML string.