Uri.IsExcludedCharacter(Char) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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