Uri.HexUnescape メソッド
指定した 16 進数表現を文字に変換します。
Public Shared Function HexUnescape( _
ByVal pattern As String, _ ByRef index As Integer _) As Char
[C#]
public static char HexUnescape(stringpattern, ref intindex);
[C++]
public: static __wchar_t HexUnescape(String* pattern,int* index);
[JScript]
public static function HexUnescape(
pattern : String,index : int) : Char;
パラメータ
- pattern
文字の 16 進数表現。 - index
pattern での文字の 16 進数表現の開始位置。
戻り値
index の位置の 16 進数エンコーディングが表現する文字。index の位置の文字が 16 進数エンコーディングでない場合は、index の位置の文字が返されます。index の値が増加し、返された文字の次の文字を指します。
例外
例外の種類 | 条件 |
---|---|
ArgumentOutOfRangeException | index が 0 未満か pattern に含まれている文字数以上の値です。 |
必要条件
プラットフォーム: 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