C# 클래스 JSONTools.Serializer

파일 보기 프로젝트 열기: DaveSanders/jsontools 1 사용 예제들

공개 메소드들

메소드 설명
FormatText ( string Content, System.Text.Format Format ) : string
GetText ( JSONObject Input ) : string

비공개 메소드들

메소드 설명
EndLine ( ) : void
Indent ( ) : void
Outdent ( ) : void
RemoveLastComma ( ) : void
Tab ( ) : void

메소드 상세

FormatText() 공개 메소드

public FormatText ( string Content, System.Text.Format Format ) : string
Content string
Format System.Text.Format
리턴 string

GetText() 공개 메소드

public GetText ( JSONObject Input ) : string
Input JSONObject
리턴 string