Method | Description | |
---|---|---|
Pack ( string text ) : byte[] | ||
Unpack ( byte packed ) : string | ||
Unpack ( byte packed, int start, int count ) : string |
public static Unpack ( byte packed ) : string | ||
packed | byte | |
return | string |
public static Unpack ( byte packed, int start, int count ) : string | ||
packed | byte | |
start | int | |
count | int | |
return | string |