IFunction.GetName(CultureInfo) Method
Obtains the culture-specific name of a function.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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