Uri.IsReservedCharacter(Char) Method
Definition
Warning
This API is now obsolete.
Gets whether the specified character is a reserved character.
protected:
virtual bool IsReservedCharacter(char character);
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
[System.Obsolete("The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool IsReservedCharacter (char character);
abstract member IsReservedCharacter : char -> bool
override this.IsReservedCharacter : char -> bool
Protected Overridable Function IsReservedCharacter (character As Char) As Boolean
Parameters
Returns
A Boolean value that is true
if the specified character is a reserved character otherwise, false
.
- Attributes