hi everyone,,,
can anyone please tell mi how i wil be able to know that what is the type of perticular object....for ex...this is my function declaration and i wanted to know the type of oValue....it means weather it is numeric or string etc...thanx
public void CreateVariable( object oValue, long lCurrentCol,lon g lCurrentRow)
can anyone please tell mi how i wil be able to know that what is the type of perticular object....for ex...this is my function declaration and i wanted to know the type of oValue....it means weather it is numeric or string etc...thanx
public void CreateVariable( object oValue, long lCurrentCol,lon g lCurrentRow)
Comment