HexBinary StructureHexBinary StructureHexBinary Structure
- XmlPrime 5.0
- Other Versions ▼
Rrepresents arbitrary hex-encoded binary data.
The corresponding XML Schema type is
xs:hexBinary
.
Syntax
Public NotInheritable HexBinary _ Implements IEquatable(Of HexBinary), _ IComparable(Of HexBinary)
public sealed HexBinary : IEquatable<HexBinary>, IComparable<HexBinary>
public: value class HexBinary sealed : IEquatable<HexBinary>, IComparable<HexBinary>
The HexBinaryHexBinaryHexBinary
type exposes the following members.
Constructors
Constructor | Description | |
---|---|---|
![]() | HexBinary (byte[])HexBinary (Byte())HexBinary (array <byte>^) | Initializes a new instance of the HexBinaryHexBinaryHexBinary struct from the specified byteBytebyte array. |
![]() | HexBinary (string)HexBinary (String)HexBinary (String^) | Initializes a new instance of the HexBinaryHexBinaryHexBinary struct from the specified stringStringString. |
Methods
Operators
Operator | Description | |
---|---|---|
![]() ![]() | EqualityEqualityEquality | Returns a value indicating whether two instances of HexBinaryHexBinaryHexBinary are equal. |
![]() ![]() | GreaterThanGreaterThanGreaterThan | Indicates whether a specified HexBinaryHexBinaryHexBinary is greater than another specified HexBinaryHexBinaryHexBinary. |
![]() ![]() | GreaterThanOrEqualGreaterThanOrEqualGreaterThanOrEqual | Indicates whether a specified HexBinaryHexBinaryHexBinary is greater than or equal to another specified HexBinaryHexBinaryHexBinary. |
![]() ![]() | InequalityInequalityInequality | Returns a value indicating whether two instances of HexBinaryHexBinaryHexBinary are not equal. |
![]() ![]() | LessThanLessThanLessThan | Indicates whether a specified HexBinaryHexBinaryHexBinary is less than another specified HexBinaryHexBinaryHexBinary. |
![]() ![]() | LessThanOrEqualLessThanOrEqualLessThanOrEqual | Indicates whether a specified HexBinaryHexBinaryHexBinary is less than or equal to another specified HexBinaryHexBinaryHexBinary. |