Unit NumToText
Uses Classes, Interfaces, Objects and Records Types Constants Variables
Description
NumToText contain function for converting of numeric value to text in Czech or English language.
Overview
Functions and Procedures
function NumToTextEN(Value: double; Separator: string = ''; Currency: string = ''; SubCurrency: string = ''): string; |
function NumToTextCZ(Value: double; Separator: string = ''; Currency: string = ''; SubCurrency: string = ''): string; |
Description
Functions and Procedures
function NumToTextEN(Value: double; Separator: string = ''; Currency: string = ''; SubCurrency: string = ''): string; |
Convert numeric value to text, Separator...separator between words; Currency... name of currency; '' = without currency, 'short' = dollars / korun, 'long' = dollars / korun ceskych SubCurrency... name of SubCurrency; '' = cents / haléøù
|
function NumToTextCZ(Value: double; Separator: string = ''; Currency: string = ''; SubCurrency: string = ''): string; |
|
Author
Created
Sep 2006
Last Modified
Apr 2014
Generated by PasDoc 0.15.0.
|