-
Home
-
API
-
Tomlyn.Helpers
-
TomlFormatHelper
-
Methods
-
ToString(Int64, TomlPropertyDisplayKind)
ToString(Int64, TomlPropertyDisplayKind) Method
Definition
Converts a 64-bit integer to its TOML representation.
public static string ToString(long i64, TomlPropertyDisplayKind displayKind)
Parameters
- i64
- Int64
The integer value.
Returns