DynamicTomlToString Method |
Returns the TOML for this element.
Namespace: HyperTomlProcessorAssembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringA
String containing the TOML.
See Also