public static byte[] CompressInMemory( string stringAtCompress )
Public Shared Function CompressInMemory ( _ stringAtCompress As String _ ) As Byte()
public: static array<unsigned char^>^ CompressInMemory( String^ stringAtCompress )