Asmex.FileViewer.MDBlob.ToBytes C# (CSharp) Method

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]
        public byte[] ToBytes()
        {
            return _data;
        }