String formatting : ToString("00")

Posted by blgnklc on Stack Overflow See other posts from Stack Overflow or by blgnklc
Published on 2010-05-06T07:19:07Z Indexed on 2010/05/06 7:28 UTC
Read the original article Hit count: 139

Filed under:
|
string istanbul = 523
Convert.ToInt32(Istanbul.ToString("00"));

what does it return?

© Stack Overflow or respective owner

Related posts about c#

Related posts about homework