'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.