[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.ConvertNumber.ToString

ToString Method

ToString(int, NumberingStyle)

Converts an integer to a string using the specified NumberingStyle.

Declaration
public static string ToString(int value, NumberingStyle style)
Parameters
Type Name Description
int value

The integer to convert.

NumberingStyle style

The numbering style to use for the conversion.

Returns
Type Description
string

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

ToString(int, string)

Converts an integer to a string using the specified numbering style.

Declaration
public static string ToString(int value, string style)
Parameters
Type Name Description
int value

The integer to convert.

string style

The string representation of the numbering style to use for the conversion.

Returns
Type Description
string

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