-
Home
-
API
-
Tomlyn.Helpers
-
TomlFormatHelper
-
Methods
-
ToString(Int32, TomlPropertyDisplayKind)
ToString(Int32, TomlPropertyDisplayKind) Method
Definition
Converts a 32-bit integer to its TOML representation.
public static string ToString(int i32, TomlPropertyDisplayKind displayKind)
Parameters
- i32
- Int32
The integer value.
Returns