Click or drag to resize

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
)

Parameters

value
Type: SystemInt32
A number for converting into the А Б В representation.

Return Value

Type: String
String representation of the value in А Б В format.
See Also