TTMSFNCUtils.StrToFloatDot Method
Converts a string with a dot decimal separator to a floating-point value.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function StrToFloatDot(AValue: string): Double;
Parameters
| Name | Description |
|---|---|
AValue |
String value to convert. |
Returns
Parsed floating-point value.