Returns the name of the extended type
virtual std::string GetTypeName( const CConvertParamsBase& params ) const; |
The conversion parameters supplied for the conversion. These include the argument name, and any extended type parameters set by the developer when the argument was specified.
Returns the name of the extended type, as it will appear in error messages.
This method should return the name of the extended type in singular form, e.g. "date".
If validation fails, and false is returned by one of the conversion methods, then the extended type name will be resolved using the first of the following methods that has been implemented in the concrete class.
Header: xlpconvert.h
CXlUserConverterBase<ElemType, XlNativeType> Class | CXlUserConverterBase<ElemType, XlNativeType> Methods