Hi all
how can I write a method that returns me true if is possible to cast an
object to decimal nullable and false if not?
Like
public bool CanConvert(obje ct obj)
{
return true if obj is possible to cast to decimal nullable
return false if not
}
Thanks a lot.
--
Luigi
how can I write a method that returns me true if is possible to cast an
object to decimal nullable and false if not?
Like
public bool CanConvert(obje ct obj)
{
return true if obj is possible to cast to decimal nullable
return false if not
}
Thanks a lot.
--
Luigi
Comment