Skip to main content

IFunction.GetName(CultureInfo) Method

Obtains the culture-specific name of a function.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

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