DynamicTomlParse Method (Toml, Stream) |
Creates a new
DynamicToml instance by using the specified stream.
Namespace: HyperTomlProcessorAssembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public static Object Parse(
Toml parser,
Stream stream
)
Public Shared Function Parse (
parser As Toml,
stream As Stream
) As Object
Parameters
- parser
- Type: HyperTomlProcessorToml
A Toml instance to parse with. - stream
- Type: System.IOStream
The stream that contains the TOML data.
Return Value
Type:
ObjectAn
DynamicToml object used to read the data that is contained in the stream.
See Also