ServiceStack.StreamExt.Deflate C# (CSharp) Method

Deflate() public static method

public static Deflate ( this text ) : byte[]
text this
return byte[]
        public static byte[] Deflate(this string text)
        {
            return DeflateProvider.Deflate(text);
        }