FuncConvertToABCRu Method |
Converts the number to А Б В representation for numbering of the list in russian.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string ToABCRu(
int value
)
Public Shared Function ToABCRu (
value As Integer
) As String
Parameters
- value
- Type: SystemInt32
A number for converting into the А Б В representation.
Return Value
Type:
StringString representation of the value in А Б В format.
See Also