System.Bindings.Outputs.TConverterUtils.StringToFloat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure StringToFloat(const I: TValue; ATo: PTypeInfo; var O: TValue); static;

C++

static void __fastcall StringToFloat(const System::Rtti::TValue &I, System::Typinfo::PTypeInfo ATo, System::Rtti::TValue &O);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils


Beschreibung

Weist einen String TValue einem Typ von FloatTValue zu.

Mögliche Float-Werte:

Siehe auch