Sepi
Class Tree
Index
Previous (IntToBase)
Next (IsNo3DPoint)

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
Class Tree
Index
Previous (IntToBase)
Next (IsNo3DPoint)


Sébastien Doeraene - 2006-2008 - Under GNU GPLv3 License
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/