Uri.IsExcludedCharacter(Char) Methode

Definitie

Let op

The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202

Let op

The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202

Bepaalt of het opgegeven teken moet worden ontsnapt.

protected:
 static bool IsExcludedCharacter(char character);
protected static bool IsExcludedCharacter(char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected static bool IsExcludedCharacter(char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected static bool IsExcludedCharacter(char character);
static member IsExcludedCharacter : char -> bool
[<System.Obsolete("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")>]
static member IsExcludedCharacter : char -> bool
[<System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")>]
static member IsExcludedCharacter : char -> bool
Protected Shared Function IsExcludedCharacter (character As Char) As Boolean

Parameters

character
Char

Het teken dat moet worden getest.

Retouren

true als het opgegeven teken moet worden ontsnapt; anders, false.

Kenmerken

Van toepassing op