C#| Uri.HexUnescape()方法与示例
Uri.HexUnescape()方法
Uri.HexUnescape()方法是一个静态方法,用于将字符的十六进制表示形式转换为字符。
语法:
charUri.HexUnescape(string str, ref int index);
Parameter(s):
字符串str–代表十六进制字符串。
refintindex–表示索引的ref变量。
返回值:
此方法的返回类型为char,它从给定的十六进制字符串返回指定字符的字符值。
例外:
System.ArgumentOutOfRangeException;
举例说明方法的例子Uri.HexUnescape()
using System;
class UriExample
{
//程序入口
static public void Main()
{
string str = "%44";
char retChar;
int index = 0;
retChar = Uri.HexUnescape(str,ref index);
Console.WriteLine("Hexadecimal character: "+retChar);
}
}输出结果
Hexadecimal character: D Press any key to continue . . .
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短