Share via


Filter.FieldBase.FormatFieldName method (String)

Formats the field with the InvariantCulture information.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function FormatFieldName ( _
    fieldName As String _
) As String
'Usage
Dim fieldName As String
Dim returnValue As String

returnValue = Filter.FieldBase.FormatFieldName(fieldName)
public static string FormatFieldName(
    string fieldName
)

Parameters

Return value

Type: System.String

See also

Reference

Filter.FieldBase class

Filter.FieldBase members

FormatFieldName overload

Microsoft.Office.Project.Server.Library namespace