if (i.ToString().Length > 2)
{
i = Convert.ToInt32(i.ToString().Substring(i.ToString().Length - 2, 2));
}
|
Results 1 to 19 of 19
Thread: plz explain this codeThreaded View
|
Click Here to Expand Forum to Full Width |