[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Try to convert a string to a currency
Source position: sysstrh.inc line 189
function TryStrToCurr( |
const S: String; |
var Value: Currency |
):Boolean; |
TryStrToCurr converts the string S to a currency value and returns the value in Value. The function returns True if it was successful, False if not. This is contrary to StrToCurr, which raises an exception when the conversion fails.
The function takes into account locale information.
|
Convert a string to a currency value |
|
|
Convert a buffer to a float value. |
No notes exist for this page yet.