XPathAtomicValue.ValueAsByte PropertyXPathAtomicValue.ValueAsByte PropertyXPathAtomicValue::ValueAsByte Property

Gets the item's value as a byteBytebyte.

Syntax

Public Overridable ReadOnly Property ValueAsByte As Byte
        Get
public virtual byte ValueAsByte { get; }
public:
virtual property byte ValueAsByte {
    byte get();
}
 

Property Value

Type: System.ByteSystem.ByteSystem::Byte

The item's value as a byteBytebyte.

Exceptions

ExceptionCondition
InvalidCastExceptionInvalidCastExceptionInvalidCastExceptionThe value cannot be cast to xs:QName.
FormatExceptionFormatExceptionFormatExceptionThe value was not a valid lexical value for xs:byte.
OverflowExceptionOverflowExceptionOverflowExceptionAn overflow error occurred.