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
fieldName
Type: System.StringThe name of the field.
Return value
Type: System.String