Uri.IsExcludedCharacter(Char) 方法

定义

注意

The method has been deprecated. It is not used by the system. https://go.microsoft.com/fwlink/?linkid=14202

注意

Uri.IsExcludedCharacter has been deprecated and is not supported.

注意

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);
[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. http://go.microsoft.com/fwlink/?linkid=14202")]
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. https://go.microsoft.com/fwlink/?linkid=14202")>]
static member IsExcludedCharacter : char -> bool
[<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. 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

参数

character
Char

要测试的字符。

返回

Boolean

如果应转义指定的字符,则为 true;否则为 false

属性

适用于