Aux.NormalizeString Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.