Checksum.Implicit Operator
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9448)
Implicit(Checksum to String)
Implicit conversion from Checksum to string.
Declaration
public static implicit operator string (Checksum checksum)
Parameters
| Type | Name | Description |
|---|---|---|
| Checksum | checksum | Checksum to convert to string. |
Returns
| Type | Description |
|---|---|
| String | Hex string representation of the checksum. |