C# 클래스 csCommon.Types.DataServer.PoI.IO.StringCompressor

Source: http://stackoverflow.com/questions/7343465/compression-decompression-string-with-c-sharp
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
CompressString ( string text ) : string

Compresses the string.

DecompressString ( string compressedText ) : string

Decompresses the string.

메소드 상세

CompressString() 공개 정적인 메소드

Compresses the string.
public static CompressString ( string text ) : string
text string The text.
리턴 string

DecompressString() 공개 정적인 메소드

Decompresses the string.
public static DecompressString ( string compressedText ) : string
compressedText string The compressed text.
리턴 string