System.Bindings.Outputs.TConverterUtils.StringToFloat

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils

Description

Assigns a String TValue to a type of Float TValue.

Possible float values:

See Also