ToString(Int64, TomlPropertyDisplayKind) Method

Definition

Namespace Tomlyn.Helpers
Assembly Tomlyn.dll

Converts a 64-bit integer to its TOML representation.

public static string ToString(long i64, TomlPropertyDisplayKind displayKind)

Parameters

i64
Int64

The integer value.

displayKind
TomlPropertyDisplayKind

The display kind.

Returns

String
The TOML string.