Uri.IsHexDigit メソッド
指定した文字が有効な 16 進数の数字かどうかを判断します。
Public Shared Function IsHexDigit( _
ByVal character As Char _) As Boolean
[C#]
public static bool IsHexDigit(charcharacter);
[C++]
public: static bool IsHexDigit(__wchar_tcharacter);
[JScript]
public static function IsHexDigit(
character : Char) : Boolean;
パラメータ
- character
検証対象の文字。
戻り値
指定した文字が有効な 16 進数の数字である場合は true 。それ以外の場合は false 。
解説
16 進数の数字とは、0 ~ 9 の数字と、A ~ F または a ~ f の文字です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard