System.Xml.XmlDictionaryReader.ReadContentAsBinHex C# (CSharp) Method

ReadContentAsBinHex() protected method

protected ReadContentAsBinHex ( int maxByteArrayContentLength ) : byte[]
maxByteArrayContentLength int
return byte[]
        protected byte[] ReadContentAsBinHex(int maxByteArrayContentLength)
        {
            return ReadContentAsBytes(false, maxByteArrayContentLength);
        }

Same methods

XmlDictionaryReader::ReadContentAsBinHex ( ) : byte[]