Skip to main content
A newer version of this page is available. .

IFunction.GetName(CultureInfo) Method

Obtains the culture-specific name of a function.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

string GetName(
    CultureInfo culture
)

Parameters

Name Type Description
culture CultureInfo

A CultureInfo object that is the culture for which a function name id obtained.

Returns

Type Description
String

A string that is the name of the function for the specified culture.

Remarks

To get the culture-independent function name, use the IFunction.Name property.

See Also