System.Bindings.Outputs.TConverterUtils.FloatToString
Delphi
class procedure FloatToString(const I: TValue; var O: TValue); static;
C++
static void __fastcall FloatToString(const System::Rtti::TValue &I, System::Rtti::TValue &O);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TConverterUtils |
Description
Converts a Float TValue to a String TValue.
FloatToString builds a new TValue record from the previously converted String value.