Back to Devexpress

IFunction.GetName(CultureInfo) Method

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-ifunction-dot-getname-x28-system-dot-globalization-dot-cultureinfo-x29.md

latest1.7 KB
Original Source

IFunction.GetName(CultureInfo) Method

Obtains the culture-specific name of a function.

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string GetName(
    CultureInfo culture
)
vb
Function GetName(
    culture As CultureInfo
) As String

Parameters

NameTypeDescription
cultureCultureInfo

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

|

Returns

TypeDescription
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

IFunction Interface

IFunction Members

DevExpress.Spreadsheet.Functions Namespace