Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
'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
Type: System.String
Returns String.
Please sign in to use this experience.
Sign in