person

person

  • NA
  • 96
  • 0

Converting int? to string

Jul 15 2009 12:03 PM
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)