12
Answers

How to call a method with valuetype . Its Urgetnt please

I have written a virtual method .
I want to call that method with  a valuetype... 
For ex:
   int a=23;
String str=a.ToString(); //str=23;
  Because ToString is a virtual method allows us to call with valutype. 
 
Answers (12)