C# 클래스 AcManager.Tools.Helpers.Vdf

VDF section.
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string content ) : Vdf

Parse VDF-formatted string.

ToString ( ) : string

Serialize data into VDF format.

비공개 메소드들

메소드 설명
Get ( VdfTokenizer tokenizer, bool child = false ) : Vdf
ToString ( string padding ) : string

메소드 상세

Parse() 공개 정적인 메소드

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

ToString() 공개 메소드

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