C# Class AcManager.Tools.Helpers.Vdf

VDF section.
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string content ) : Vdf

Parse VDF-formatted string.

ToString ( ) : string

Serialize data into VDF format.

Private Methods

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

Method Details

Parse() public static méthode

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

ToString() public méthode

Serialize data into VDF format.
public ToString ( ) : string
Résultat string