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