Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts a number to words.
Syntax
public TempStr numeralsToTxt(
CLRObject _sourceNumber,
[boolean _prepCase,
boolean _pages,
LanguageId _languageId])
Run On
Server
Parameters
- _sourceNumber
Type: CLRObject Class
The number to be converted.
- _prepCase
Type: boolean
A Boolean value that indicates whether to use preposition declension.
- _pages
Type: boolean
A Boolean value that indicates whether to use pages declension.
- _languageId
Type: LanguageId Extended Data Type
Return Value
Type: TempStr Extended Data Type
The number in words.