Filter.FieldBase.FormatFieldName-Methode (String)
Das Feld mit den Informationen InvariantCulture formatiert.
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
)
Parameter
fieldName
Typ: System.StringDer Name des Felds.
Rückgabewert
Typ: System.String