Converts an unsigned long (ulong) value to its equivalent string representation.
'Declaration
Public Overloads Shared Function CStr( _
ByVal As ULong _
) As String
public static string CStr(
ulong
)
Parameters
- value
- The unsigned long value to convert.
Return Value
A string representation of the unsigned long value.