Uri.IsExcludedCharacter(Char) Metodo

Definizione

Attenzione

Uri.IsExcludedCharacter has been deprecated and is not supported.

Attenzione

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

Attenzione

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

Determina se il carattere specificato deve essere preceduto da un carattere di escape.

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. https://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. http://go.microsoft.com/fwlink/?linkid=14202")]
protected static bool IsExcludedCharacter(char character);
protected static bool IsExcludedCharacter(char character);
[<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. https://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. 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

Parametri

character
Char

Carattere da testare.

Valori restituiti

true se il carattere specificato deve essere preceduto da escape; in caso contrario, false.

Attributi

Si applica a