ServiceStack.StreamExt.Deflate C# (CSharp) Méthode

Deflate() public static méthode

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