Implicit conversion from Checksum to string.
Namespace:
Rebex.IO
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Shared Widening Operator CType ( _ checksum As Checksum _ ) As String |
C# |
---|
public static implicit operator string ( Checksum checksum ) |
Parameters
- checksum
- Type: Rebex.IO..::..Checksum
Checksum to convert to string.