3
Answers

Converting int? to string

Ask a question
person

person

15y
5.1k
1
Hey,

I have a variable id that is assigned to an int? in my constructor. However later on I require a string to be displayed in a grid.....
How can i convert from int? to string  ?  The Convert.ToString( id ); - doesnt work. Any ideas....all other forums so far have shown me this solution.

Thanks in advance.

N Daen G.

Answers (3)