Binary Class
Note: This API is now obsolete.
Represents binary data.
Inheritance Hierarchy
System.Object
TcHmiSrv.Binary
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
[ObsoleteAttribute("Type 'TcHmiSrv.Binary' is obsolete. Use type 'byte[]' instead.")]
public class Binary : IEquatable<Binary>,
IDisposable
The Binary type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the Binary class. | |
|
Initializes a new instance of the Binary class with the specified Byte array. | |
|
Initializes a new instance of the Binary class with the specified Byte array and length. | |
|
Initializes a new instance of the Binary class with the specified Byte array and length. |
Properties
|
Name |
Description |
---|---|---|
|
Contains the data of the binary string. | |
|
Gets a value that indicates whether the Binary is empty. | |
|
Represents the size of the binary string. | |
|
Gets a value that indicates whether the Binary is valid. |
Methods
|
Name |
Description |
---|---|---|
|
Releases all resources used by the Binary | |
|
Releases the unmanaged resources used by the Binary and optionally releases the managed resources | |
|
Indicates whether the current Binary is equal to another Binary. | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
(Overrides Object.Finalize..) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Sets the binary data to the specified Byte array using the specified length. | |
|
Sets the binary data to the specified Byte array using the specified length. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether two instances of the Binary class are equal. | |
|
Converts an instance of the Binary class to the appropriate Byte array. | |
|
Converts an instance of the Binary class to the appropriate Decimal. | |
|
Converts a Byte array to the appropriate instance of the Binary class. | |
|
Converts a Decimal to the appropriate instance of the Binary class. | |
|
Determines whether two instances of the Binary class are not equal. |