TomlSerializeXElement Method (XElement) |
Serializes the
XElement to a TOML string.
Namespace: HyperTomlProcessorAssembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public string SerializeXElement(
XElement toml
)
Public Function SerializeXElement (
toml As XElement
) As String
Parameters
- toml
- Type: System.Xml.LinqXElement
The XElement to convert to TOML.
Return Value
Type:
StringA TOML string.
See Also