2010-08-22 6 views

Répondre

6
int a = 12345; 
int length = a.ToString().Length;  // returns 5 
+0

a.ToString() droite de longueur.? La longueur n'est-elle pas une propriété et non une méthode? – obelix

+0

Oui oui, déjà remarqué :) – Timwi

+0

thanx ami ... – sinhaya

Questions connexes