C# Uri IsExcludedCharacter
Description
Uri IsExcludedCharacter
gets whether the specified
character should be escaped.
Syntax
Uri.IsExcludedCharacter
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 static bool IsExcludedCharacter(
char character
)
Parameters
Uri.IsExcludedCharacter
has the following parameters.
character
- The Char to test.
Returns
Uri.IsExcludedCharacter
method returns A Boolean value that is true if the specified character should be escaped;
otherwise, false.