英語で読む

次の方法で共有


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

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

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

パラメーター

character
Char

テスト対象の文字。

戻り値

Boolean

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

属性

適用対象

製品 バージョン (廃止)
.NET (Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8)
.NET Standard (2.0, 2.1)