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 Base64BinaryBase64BinaryBase64Binary 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::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject 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::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates 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