英語で読む

次の方法で共有


Uri.IsReservedCharacter(Char) メソッド

定義

注意事項

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

注意事項

Uri.IsReservedCharacter 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

指定した文字が予約文字であるかどうかを判断します。

[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);
[System.Obsolete("Uri.IsReservedCharacter has been deprecated and is not supported.")]
protected virtual bool IsReservedCharacter (char character);
[System.Obsolete("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);
protected virtual bool IsReservedCharacter (char character);

パラメーター

character
Char

テスト対象の文字。

戻り値

Boolean

指定した文字が予約文字である場合は true。それ以外の場合は false

属性

適用対象