Base64Binary StructureBase64Binary StructureBase64Binary Structure

Rrepresents Base64-encoded arbitrary binary data. The corresponding XML Schema type is xs:base64Binary.

Syntax

Public NotInheritable  Base64Binary _
        Implements IEquatable(Of Base64Binary), _
                   IComparable(Of Base64Binary)
public sealed  Base64Binary : IEquatable<Base64Binary>,
        IComparable<Base64Binary>
public:
value class Base64Binary sealed : IEquatable<Base64Binary>,
        IComparable<Base64Binary>
 
The Base64BinaryBase64BinaryBase64Binary type exposes the following members.

Constructors

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

Top

Methods

 MethodDescription
Public methodstaticCompareCompareCompare Compares a byteBytebyte array with another byteBytebyte array.
Public methodCompareToCompareToCompareTo Compares the current Base64BinaryBase64BinaryBase64Binary with another instance 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 (Base64Binary)Equals (Base64Binary)Equals (Base64Binary) Indicates whether the current Base64BinaryBase64BinaryBase64Binary 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 Base64BinaryBase64BinaryBase64Binary are equal.
Public operatorstaticGreaterThanGreaterThanGreaterThan Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is greater than another specified Base64BinaryBase64BinaryBase64Binary.
Public operatorstaticGreaterThanOrEqualGreaterThanOrEqualGreaterThanOrEqual Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is greater than or equal to another specified Base64BinaryBase64BinaryBase64Binary.
Public operatorstaticInequalityInequalityInequality Returns a value indicating whether two instances of Base64BinaryBase64BinaryBase64Binary are not equal.
Public operatorstaticLessThanLessThanLessThan Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is less than another specified Base64BinaryBase64BinaryBase64Binary.
Public operatorstaticLessThanOrEqualLessThanOrEqualLessThanOrEqual Indicates whether a specified Base64BinaryBase64BinaryBase64Binary is less than or equal to another specified Base64BinaryBase64BinaryBase64Binary.

Top