Aspose::Cells::SettableGlobalizationSettings::GetStandardFunctionName method

SettableGlobalizationSettings::GetStandardFunctionName(const U16String&) method

Gets the standard function name according to given locale dependent function name.

U16String Aspose::Cells::SettableGlobalizationSettings::GetStandardFunctionName(const U16String &localName)
ParameterTypeDescription
localNameconst U16String&Locale dependent function name. The locale was specified by the Workbook for which this settings is used.

ReturnValue

Standard(en-US locale) function name.

See Also

SettableGlobalizationSettings::GetStandardFunctionName(const char16_t*) method

Gets the standard function name according to given locale dependent function name.

U16String Aspose::Cells::SettableGlobalizationSettings::GetStandardFunctionName(const char16_t *localName)
ParameterTypeDescription
localNameconst char16_t*Locale dependent function name. The locale was specified by the Workbook for which this settings is used.

ReturnValue

Standard(en-US locale) function name.

See Also