System.Data.DataTextReader.ReadContentAsBase64 C# (CSharp) Method

ReadContentAsBase64() public method

public ReadContentAsBase64 ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int
        public override int ReadContentAsBase64(byte[] buffer, int index, int count)
        {
            return _xmlreader.ReadContentAsBase64(buffer, index, count);
        }