ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ConvertNumber Class / ToString Method / ToString(Int32,NumberingStyle) Method
The integer to convert.
The numbering style to use for the conversion.

In This Topic
    ToString(Int32,NumberingStyle) Method
    In This Topic
    Converts an integer to a string using the specified GrapeCity.ActiveReports.PageReportModel.NumberingStyle.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToString( _
       ByVal value As Integer, _
       ByVal style As NumberingStyle _
    ) As String
    public static string ToString( 
       int value,
       NumberingStyle style
    )

    Parameters

    value
    The integer to convert.
    style
    The numbering style to use for the conversion.

    Return Value

    A string representation of the integer using the specified numbering style.
    See Also