TTMSFNCUtils.TryStrToFloatDot Method
Attempts to convert a string with a dot decimal separator to a floating-point value.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function TryStrToFloatDot(AValue: string; var AResult: Double): Boolean;
Parameters
| Name | Description |
|---|---|
AValue |
String value to convert. |
AResult |
Receives the parsed value when conversion succeeds. |
Returns
True when conversion succeeds.