ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CStr Method / CStr(UInt64) Method
The unsigned long value to convert.

In This Topic
    CStr(UInt64) Method
    In This Topic
    Converts an unsigned long (ulong) value to its equivalent string representation.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CStr( _
       ByVal value As ULong _
    ) As String
    public static string CStr( 
       ulong value
    )

    Parameters

    value
    The unsigned long value to convert.

    Return Value

    A string representation of the unsigned long value.
    See Also