Sepi

Name
  IntToStr0

Parent
  ScUtils

Visibility
  PUBLIC

Description
  Convertit un entier en chaîne, avec un nombre minimal de caractères spécifié
Exemples : IntToStr(345, 4) = '0345' ; IntToStr0(1000, 3) = '1000'

Source code
  function IntToStr0 ( Value , Digits : Integer ) : string

Parameters
 
Parameter Description
Value : INTEGER Entier à convertir
Digits : INTEGER Nombre minimal de caractères de la chaîne convertie

Return
 
Types Description
STRING La représentation en chaîne de Value, avec Digits caractères minimum

Sepi


Copyright (c) 2006-2010 Sébastien Doeraene
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/