Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Padding a number
Message
 
À
13/10/2003 14:46:28
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00838243
Message ID:
00838257
Vues:
24
This message has been marked as the solution to the initial question of the thread.
>I would like to convert the following to VB.NET:
>
>
>PADL(tnNumero,6,'0')
>
--- if tnNumero is an int

Dim foo As String = ""
foo = tnNumero.ToString().PadLeft(6, "0")

Morgan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform