[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Convert a currency value to a string.
Source position: sysstrh.inc line 187
function CurrToStr( |
Value: Currency |
):String; |
CurrToStr will convert a currency value to a string with a maximum of 15 digits, and precision 2. Calling CurrToStr is equivalent to calling FloatToStrF:
FloatToStrF(Value,ffNumber,15,2);
None.
|
Convert a float value to a string using a given format. |
|
|
Convert a string to a currency value |
No notes exist for this page yet.