Click or drag to resize

FuncConvert Class

Class for converting numbers to its string representation for the numbering of the lists.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportFuncConvert

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class Convert

The FuncConvert type exposes the following members.

Constructors
  NameDescription
Public methodFuncConvert
Initializes a new instance of the FuncConvert class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberToABC
Converts the number to A B C D representation for numbering of the list.
Public methodStatic memberToABCNumeric
Converts the number to A B C D representation for numbering of the list.
Public methodStatic memberToABCRu
Converts the number to А Б В representation for numbering of the list in russian.
Public methodStatic memberToArabic(Int32, Boolean)
Converts the number to the arabic representation.
Public methodStatic memberToArabic(String, Boolean)
Converts all digits in the string to the arabic representation.
Public methodStatic memberToRoman
Converts Arabic numerals to Roman.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also