Click or drag to resize
DynamicTomlParse Method (Toml, Stream)
Creates a new DynamicToml instance by using the specified stream.

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

Parameters

parser
Type: HyperTomlProcessorToml
A Toml instance to parse with.
stream
Type: System.IOStream
The stream that contains the TOML data.

Return Value

Type: Object
An DynamicToml object used to read the data that is contained in the stream.
See Also