المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : String.Format



C# Programming
08-15-2009, 03:40 PM
Hi.
I wanna to add a zero at the left of a number if the number was lesser that 10, if the users insert it.
01
02
03
04

Could you guide me, how I can do it with String.Format.
Thanks.