Checksum.Implicit Operator
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 8.0.9673)
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. |