Small helper utilities used across Tomlyn (formatting, naming, and key validation).
TomlFormatHelperHelper methods to format values into TOML-compliant strings.TomlNamingHelperNaming helpers used by Tomlyn.Most applications should not need these APIs directly, but they can be useful for tooling and diagnostics:
TomlNamingHelper for applying naming-policy conversions.TomlFormatHelper for TOML scalar formatting helpers.