XLL+ Class Library (6.3)

CXlUserConverterBase<ElemType, XlNativeType>::GetTypeNameW

Returns the name of the extended type as a wide string

virtual std::wstring GetTypeNameW(
   const CConvertParamsBase& params
) const;

Parameters

params

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.

Return Value

Returns the name of the extended type as a wide string, as it will appear in error messages.

Remarks

This method should return the name of the extended type in singular form, e.g. L"date".

Name resolution

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.

  1. GetTypeMessageId
  2. GetTypeNameW
  3. GetTypeName

Requirements

Header: xlpconvert.h

See Also

CXlUserConverterBase<ElemType, XlNativeType> Class | CXlUserConverterBase<ElemType, XlNativeType> Methods