Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.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
Returns 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.