XPathAtomicValue.ValueAsHexBinary PropertyXPathAtomicValue.ValueAsHexBinary PropertyXPathAtomicValue::ValueAsHexBinary Property

Gets the item's value as a HexBinaryHexBinaryHexBinary instance.

Syntax

Public Overridable ReadOnly Property ValueAsHexBinary As HexBinary
        Get
public virtual HexBinary ValueAsHexBinary { get; }
public:
virtual property HexBinary ValueAsHexBinary {
    HexBinary get();
}
 

Exceptions

ExceptionCondition
FormatExceptionFormatExceptionFormatExceptionThe value was not a valid lexical value for xs:hexBinary.
InvalidCastExceptionInvalidCastExceptionInvalidCastExceptionThe value cannot be cast to xs:hexBinary.