Name Description
ByteString(Byte) Initializes a new ByteString from the value specified.
Name Description
Item(Int32) Gets the Byte at the specified index.
Length Gets the total number of elements in all the dimensions of the ByteString.
Name Description
CompareTo(ByteString) Compares the current ByteString with another ByteString.
CompareTo(Object) Compares the current ByteString with the other.
Equals(ByteString) Determines whether the specified other is equal to this ByteString.
Equals(Object) Determines whether the specified other is equal to this ByteString.
GetHashCode Retrieves a hash code for this ByteString.
Parse(String) Converts the specified hex encoded byte array to its ByteString equivalent.
ToArray
ToString Converts the value of this instance to its equivalent hex encoded string representation.
TryParse(String, ByteString@) Tries to convert the specified hex encoded byte array to its ByteString equivalent. A return value indicates whether the conversion succeeded or failed.
Name Description
op_Equality(ByteString, ByteString) Returns a value indicating whether two values of ByteString are equal.
op_Explicit(Byte)[] Converts a ByteString to a Byte array.
op_GreaterThan(ByteString, ByteString) Determines whether the first specified ByteString value is greater than the second specified ByteString value.
op_GreaterThanOrEqual(ByteString, ByteString) Determines whether the first specified ByteString value is greater than or equal to the second specified ByteString value.
op_Implicit(UaFx.ByteString) Converts a Byte to a ByteString value.
op_Implicit(UaFx.ByteString) Converts a Byte array to a ByteString value.
op_Inequality(ByteString, ByteString) Returns a value indicating whether two values of ByteString are not equal.
op_LessThan(ByteString, ByteString) Determines whether the first specified ByteString value is less than the second specified ByteString value.
op_LessThanOrEqual(ByteString, ByteString) Determines whether the first specified ByteString value is less than or equal to the second ByteString value.