Unit NumToText
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.13.0 on 2016-02-19 08:14:10
|