-
Home
-
API
-
Tomlyn.Parsing
-
TomlParser
-
Methods
-
Create(String, TomlSerializerOptions?)
Create(String, TomlSerializerOptions?) Method
Definition
Creates a parser over a TOML string.
public static TomlParser Create(string toml, TomlSerializerOptions? options = null)
Parameters
Returns
- TomlParser
- A parser instance positioned before the first event.