C# 클래스 GlobalUtils.Utils

파일 보기 프로젝트 열기: ren85/rextester_win

공개 프로퍼티들

프로퍼티 타입 설명
MaxUncompressedLength int

공개 메소드들

메소드 설명
Compress ( string text ) : string
Decompress ( string compressedText ) : string

메소드 상세

Compress() 공개 정적인 메소드

public static Compress ( string text ) : string
text string
리턴 string

Decompress() 공개 정적인 메소드

public static Decompress ( string compressedText ) : string
compressedText string
리턴 string

프로퍼티 상세

MaxUncompressedLength 공개적으로 정적으로 프로퍼티

public static int MaxUncompressedLength
리턴 int