Monday, May 24, 2010

In C#.net which function is used to find the value of a string.?

use atoi(char) to convert char to int.


use atol(char) to convert char to long.


use atof(char) to convert char to float.

In C#.net which function is used to find the value of a string.?
strlen


No comments:

Post a Comment