Uri.IsExcludedCharacter(Char) Méthode

Définition

Attention

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

Attention

Uri.IsExcludedCharacter has been deprecated and is not supported.

Attention

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

Détermine si le caractère spécifié doit faire l’objet d’un échappement.

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);
[System.Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")]
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);
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")>]
static member IsExcludedCharacter : char -> bool
[<System.Obsolete("Uri.IsExcludedCharacter has been deprecated and is not supported.")>]
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
static member IsExcludedCharacter : char -> bool
Protected Shared Function IsExcludedCharacter (character As Char) As Boolean

Paramètres

character
Char

Caractère à tester.

Retours

Boolean

true si le caractère spécifié faire l’objet d’un échappement. Sinon, false.

Attributs

S’applique à