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 生日祝福语古朴简短独特