Click or drag to resize

Convert Methods

The FuncConvert type exposes the following members.

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