C# Class AcManager.Tools.Helpers.Vdf

VDF section.
Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
Parse ( string content ) : Vdf

Parse VDF-formatted string.

ToString ( ) : string

Serialize data into VDF format.

Private Methods

Method Description
Get ( VdfTokenizer tokenizer, bool child = false ) : Vdf
ToString ( string padding ) : string

Method Details

Parse() public static method

Parse VDF-formatted string.
Thrown if file is invalid.
public static Parse ( string content ) : Vdf
content string VDF-formatted string.
return Vdf

ToString() public method

Serialize data into VDF format.
public ToString ( ) : string
return string