C#中的Convert.ToByte方法
Convert.ToByte方法用于将指定的值转换为8位无符号整数。
假设我们有一个char变量。
Char charVal = ‘a’;
现在,将其转换为8位无符号整数。
byte byteVal = Convert.ToByte(charVal);
现在让我们来看另一个例子。
示例
using System;
public class Demo {
public static void Main() {
char[] charVal = { 'p', 'q', 'r', 's' };
foreach (char c in charVal) {
byte byteVal = Convert.ToByte(c);
Console.WriteLine("{0} is converted to = {1}", c, byteVal);
}
}
}输出结果
p is converted to = 112 q is converted to = 113 r is converted to = 114 s is converted to = 115
热门推荐
10 五二零朋友祝福语大全简短
11 致姐姐生日祝福语简短
12 升学祝福语简短的个性
13 新年送老师简短祝福语
14 送礼祝福语男性生日简短
15 小年好的祝福语简短
16 元旦祝福语简短有深度
17 免费生日祝福语简短独特
18 新人结婚父母祝福语简短