System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.ReadContentAsUnsignedByte C# (CSharp) Method

ReadContentAsUnsignedByte() private method

private ReadContentAsUnsignedByte ( ) : byte
return byte
        internal byte ReadContentAsUnsignedByte()
        {
            return ToByte(ReadContentAsInt());
        }
XmlReaderDelegator.XmlReaderDelegator