Uri.IsExcludedCharacter(Char) Metoda

Definice

Upozornění

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

Upozornění

Uri.IsExcludedCharacter has been deprecated and is not supported.

Upozornění

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

Určuje, zda má být zadaný znak řídicí.

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

Parametry

character
Char

Znak, který se má testovat.

Návraty

Boolean

truepokud by zadaný znak měl být řídicí; v opačném případě . false

Atributy

Platí pro