TomlFile
Assembly: uMod.Core.dll
Inheritance ObjectDataFile TomlFile
Implements IDataFile, IDataObject
Summary
Represents a TOML file
Constructors
Name | Summary |
|---|---|
TomlFile ( | Create new TOML file |
Fields
Name | Summary |
|---|---|
Exceptions | Gets toml parse exceptions generated during deserialization |
Properties
Name | Summary |
|---|---|
Extension | Gets toml file extension |
HasExceptions | Gets whether or not toml file parsed with exceptions |
Methods
Name | Summary |
|---|---|
FromString ( | Deserialize object from TOML string |
ToAttachment ( | Converts text file to file attachment |
ToString () | Serialize object as TOML string |