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 简短祝福语毛笔字