The Checksum type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Checksum |
Creates an instance of an object that represents data checksum.
|
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Comparest the checksum with another object of the same type and returns a value indicating whether
the current instance precedes, follows or occurs in the same position in the sort order.
| |
| Equals |
Returns a value indicating whether the specified object is equal to this checksum.
(Overrides ValueType..::..Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBytes |
Returns checksum data.
| |
| GetHashCode |
Returns the hash code for this checksum.
(Overrides ValueType..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a hex string representation of this checksum.
(Overrides ValueType..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
| ImplicitWideningImplicitImplicitImplicit(Checksum to String) |
Implicit conversion from Checksum to string.
|
Properties
| Name | Description | |
|---|---|---|
| Algorithm |
Returns checksum algorithm.
| |
| Value |
Returns a hex string representation of the checksum.
|