XLL+ Class Library (7.0)

CMatrixConvertParams<T>::GetStringParam

Gets the value of an extended parameter of string type

std::wstring& GetStringParam(
   unsigned int index
) const;

Parameters

index

The position of the parameter within the set of string extended parameters of the argument.

If the index value is out of range, then an exception of type CXlUserConversionException will be thrown.

Return Value

Returns the value of the specified extended parameter as set by SetStringParam.

Remarks

This method is used by extended type converter functions in classes derived from CXlUserConverterBase.

Requirements

Header: xlpconvert.h

See Also

CMatrixConvertParams<T> Class | CMatrixConvertParams<T> Methods | SetStringParam | GetIntParam | SetIntParam | GetBoolParam | SetBoolParam