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

In This Topic
    CStr(Int32) Method
    In This Topic
    Converts an integer value to its equivalent string representation.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CStr( _
       ByVal value As Integer _
    ) As String
    public static string CStr( 
       int value
    )

    Parameters

    value
    The integer value to convert.

    Return Value

    A string representation of the integer value.
    See Also