Aux.NormalizeString Method

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Shared Function NormalizeString ( _
    s As String, _
    allowEmpty As Boolean _
) As String
'Usage
Dim s As String 
Dim allowEmpty As Boolean 
Dim returnValue As String 

returnValue = Aux.NormalizeString(s, _
    allowEmpty)
public static string NormalizeString(
    string s,
    bool allowEmpty
)
public:
static String^ NormalizeString(
    String^ s, 
    bool allowEmpty
)
public static function NormalizeString(
    s : String, 
    allowEmpty : boolean
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

Aux Class

Aux Members

Microsoft.TeamFoundation.Server Namespace