Click or drag to resize
DynamicTomlParse Method (Toml, TextReader)
Loads a DynamicToml from a TextReader.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static Object Parse(
	Toml parser,
	TextReader reader
)

Parameters

parser
Type: HyperTomlProcessorToml
A Toml instance to parse with.
reader
Type: System.IOTextReader
A TextReader that will be read for the TOML content.

Return Value

Type: Object
A DynamicToml that contains the TOML that was read from the specified TextReader.
See Also