int to String
Posted: Fri Jul 08, 2011 4:38 am
Hello.
Is any way to convert int to string in coding part . When i debug my code :
public bool isHoliday( int mounth , int day )
{
......
string temp = Convert.ToString(day);
.....
}
there always appear message showing line where i convert int to string.
Is any way to convert int to string in coding part . When i debug my code :
public bool isHoliday( int mounth , int day )
{
......
string temp = Convert.ToString(day);
.....
}
there always appear message showing line where i convert int to string.