Uri.IsExcludedCharacter(Char) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
Uri.IsExcludedCharacter has been deprecated and is not supported.
Achtung
The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202
Achtung
The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202
Bestimmt, ob das angegebene Zeichen escapezeichen sein soll.
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
Parameter
- character
- Char
Das zu testende Zeichen.
Gibt zurück
truewenn das angegebene Zeichen escapezeichen sein soll; andernfalls . false
- Attribute