B 
		
								
				
				
			
		Bishman
Hi,
A quick one for someone hopefully.....
How do I return a string "003" from the integer 3 ?
I believe its something like:
int tempval = 3;
string tempstr = String.Format("{0???}",tempval);
??? = Thats where I am stuck !
I dont find the Help particuarly helpfull on this one
Any ideas please,
Thanks in advance
Jon
				
			A quick one for someone hopefully.....
How do I return a string "003" from the integer 3 ?
I believe its something like:
int tempval = 3;
string tempstr = String.Format("{0???}",tempval);
??? = Thats where I am stuck !
I dont find the Help particuarly helpfull on this one
Any ideas please,
Thanks in advance
Jon