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.

Return Value

Hex string representation of the checksum.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also