Converting int? to string
                            
                         
                        
                     
                 
                
                    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.