System.Bindings.Outputs.TConverterUtils.IntegerToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure IntegerToString(const I: TValue; var O: TValue); static;

C++

static void __fastcall IntegerToString(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 Integer TValue to a String TValue.

IntegerToString builds a new TValue record from the previously converted String value.

The conversion depends on the TypeInfo: type kind, type of data, and ordinal type.

Possible integer values:

See Also