| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert a string to a currency value
Source position: sysstrh.inc line 197
| function StrToCurr( | 
| const S: string | 
| ):Currency; | 
| const S: string; | 
| const FormatSettings: TFormatSettings | 
| ):Currency; | 
StrToCurr converts a string to a currency value and returns the value. The string should contain a valid currency amount, without currency symbol. If the conversion fails, an EConvertError exception is raised.
On error, an EConvertError exception is raised.
| 
 | Convert a currency value to a string. | |
| 
 | Convert a string to a currency value, using a default value |