System.Bindings.Outputs.TConverterUtils.IntegerToString

De RAD Studio API Documentation
Révision datée du 10 mai 2016 à 09:53 par Simona.craciun (discussion | contributions) (1 version : Translated with Trados. LOC-22072)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

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

Propriétés

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


Description

Convertit un TValue Integer en un TValue String.

IntegerToString construit un nouvel enregistrement TValue à partir de la valeur String convertie préalablement.

La conversion dépend des informations TypeInfo : le type, le type de données et le type ordinal.

Les valeurs entières possibles sont :

Voir aussi