System.Bindings.Outputs.TConverterUtils.StringToInteger

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

static void __fastcall StringToInteger(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 IntegerTValue zu.

Mögliche Integer-Werte:

Siehe auch