Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
public static string NormalizeString(
string s,
bool allowEmpty
)
public:
static String^ NormalizeString(
String^ s,
bool allowEmpty
)
static member NormalizeString :
s:string *
allowEmpty:bool -> string
public static function NormalizeString(
s : String,
allowEmpty : boolean
) : String
Parameters
- s
Type: System.String
- allowEmpty
Type: System.Boolean
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.