Filter.FieldBase.FormatFieldName método (String)
Formata o campo com as informações de InvariantCulture .
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Public Shared Function FormatFieldName ( _
fieldName As String _
) As String
'Uso
Dim fieldName As String
Dim returnValue As String
returnValue = Filter.FieldBase.FormatFieldName(fieldName)
public static string FormatFieldName(
string fieldName
)
Parâmetros
fieldName
Tipo: System.StringO nome do campo.
Valor retornado
Tipo: System.String