C# Uri IsReservedCharacter
Description
Uri IsReservedCharacter
gets whether the specified
character is a reserved character.
Syntax
Uri.IsReservedCharacter
has the following syntax.
[ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool IsReservedCharacter(
char character
)
Parameters
Uri.IsReservedCharacter
has the following parameters.
character
- The Char to test.
Returns
Uri.IsReservedCharacter
method returns A Boolean value that is true if the specified character is a reserved character
otherwise, false.