Click or drag to resize
TomlSerializeXElement Method (XElement)
Serializes the XElement to a TOML string.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public string SerializeXElement(
	XElement toml
)

Parameters

toml
Type: System.Xml.LinqXElement
The XElement to convert to TOML.

Return Value

Type: String
A TOML string.
See Also