HexBinary StructureHexBinary StructureHexBinary Structure

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

 ConstructorDescription
Public methodHexBinary (byte[])HexBinary (Byte())HexBinary (array<byte>^) Initializes a new instance of the HexBinaryHexBinaryHexBinary struct from the specified byteBytebyte array.
Public methodHexBinary (string)HexBinary (String)HexBinary (String^) Initializes a new instance of the HexBinaryHexBinaryHexBinary struct from the specified stringStringString.

Top

Methods

 MethodDescription
Public methodstaticCompareCompareCompare Compares a byteBytebyte array with another byteBytebyte array.
Public methodCompareToCompareToCompareTo Compares the current HexBinaryHexBinaryHexBinary with another HexBinaryHexBinaryHexBinary of the same type.
Public methodEquals (object)Equals (Object)Equals (object^) Determines whether the specified objectObjectobject, is equal to this instance. (Overrides ValueType.EqualsValueType.EqualsValueType::Equals)
Public methodEquals (HexBinary)Equals (HexBinary)Equals (HexBinary) Indicates whether the current HexBinaryHexBinaryHexBinary is equal to another instance of the same type.
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetHashCodeGetHashCodeGetHashCode Returns a hash code for this instance. (Overrides ValueType.GetHashCodeValueType.GetHashCodeValueType::GetHashCode)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodToStringToStringToString Returns a stringStringString that represents this instance. (Overrides ValueType.ToStringValueType.ToStringValueType::ToString)

Top

Operators

 OperatorDescription
Public operatorstaticEqualityEqualityEquality Returns a value indicating whether two instances of HexBinaryHexBinaryHexBinary are equal.
Public operatorstaticGreaterThanGreaterThanGreaterThan Indicates whether a specified HexBinaryHexBinaryHexBinary is greater than another specified HexBinaryHexBinaryHexBinary.
Public operatorstaticGreaterThanOrEqualGreaterThanOrEqualGreaterThanOrEqual Indicates whether a specified HexBinaryHexBinaryHexBinary is greater than or equal to another specified HexBinaryHexBinaryHexBinary.
Public operatorstaticInequalityInequalityInequality Returns a value indicating whether two instances of HexBinaryHexBinaryHexBinary are not equal.
Public operatorstaticLessThanLessThanLessThan Indicates whether a specified HexBinaryHexBinaryHexBinary is less than another specified HexBinaryHexBinaryHexBinary.
Public operatorstaticLessThanOrEqualLessThanOrEqualLessThanOrEqual Indicates whether a specified HexBinaryHexBinaryHexBinary is less than or equal to another specified HexBinaryHexBinaryHexBinary.

Top