Android how to convert int to String? -


this question has answer here:

i have int , want convert string. should simple, right? compiler complains can't find symbol when do:

int tmpint = 10; string tmpstr10 = string.valueof(tmpint); 

what wrong above? and, how convert int (or long) string?

use string.valueof(value);


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -