parse


Description:

public static TomlValue? parse (string toml)

Parses TOML text into TOML value tree.

Parameters:

toml

TOML text.

Returns:

root table value or null when invalid.