Click or drag to resize
DynamicTomlParse Method (Toml, IEnumerableChar)
Load an DynamicToml from a string that contains XML.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static Object Parse(
	Toml parser,
	IEnumerable<char> toml
)

Parameters

parser
Type: HyperTomlProcessorToml
A Toml instance to parse with.
toml
Type: System.Collections.GenericIEnumerableChar
A string that contains TOML.

Return Value

Type: Object
A DynamicToml populated from the string that contains TOML.
See Also