Returns the name of the extended type for use in error messages
virtual std::wstring ResolveTypeName( 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.
If validation fails, and false is returned by one of the conversion methods, then the ResolveTypeName will be used to resolve the extended type name. It will use 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