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

屬性

適用於