CanConvert¶
All the CanConvert methods return true if the input parameter can be converted to the specified data type, and false otherwise.
General overloads:
- CanConvert.ToWhateverType(Object input, ICultureAccessor culture): WhateverType
- CanConvert.ToWhateverType(Object input): WhateverType