Helper methods to format values into TOML-compliant strings.
public class TomlFormatHelper
kind:method, kind:property, kind:ctor. Press Esc to clear.ToString(Boolean)Converts a boolean to its TOML representation.ToString(Byte, TomlPropertyDisplayKind)Converts an 8-bit unsigned integer to its TOML representation.ToString(DateOnly, TomlPropertyDisplayKind)Converts a DateOnly to its TOML representation.ToString(DateTime, TomlPropertyDisplayKind)Converts a DateTime to its TOML representation.ToString(DateTimeOffset, TomlPropertyDisplayKind)Converts a DateTimeOffset to its TOML representation.ToString(Double)Converts a double-precision floating point value to its TOML representation.ToString(Int16, TomlPropertyDisplayKind)Converts a 16-bit signed integer to its TOML representation.ToString(Int32, TomlPropertyDisplayKind)Converts a 32-bit integer to its TOML representation.ToString(Int64, TomlPropertyDisplayKind)Converts a 64-bit integer to its TOML representation.ToString(SByte, TomlPropertyDisplayKind)Converts an 8-bit signed integer to its TOML representation.ToString(Single)Converts a single-precision floating point value to its TOML representation.ToString(String, TomlPropertyDisplayKind)Converts a string to its TOML representation using the provided display kind.ToString(TimeOnly, TomlPropertyDisplayKind)Converts a TimeOnly to its TOML representation.ToString(UInt16, TomlPropertyDisplayKind)Converts a 16-bit unsigned integer to its TOML representation.ToString(UInt32, TomlPropertyDisplayKind)Converts an unsigned 32-bit integer to its TOML representation.ToString(UInt64, TomlPropertyDisplayKind)Converts an unsigned 64-bit integer to its TOML representation.ToString(TomlDateTime)Converts a TomlDateTime to its TOML representation.