在C#中将ConvertDecimal转换为等效的32位无符号整数
要将指定的Decimal的值转换为等效的32位无符号整数,代码如下-
示例
using System;
public class Demo {
public static void Main() {
Decimal val = 0.001m;
Console.WriteLine("Decimal value = "+val);
uint res = Decimal.ToUInt32(val);
Console.WriteLine("32-bit unsigned integer = "+res);
}
}输出结果
这将产生以下输出-
Decimal value = 0.001 32-bit unsigned integer = 0
示例
让我们看另一个例子-
using System;
public class Demo {
public static void Main() {
Decimal val = 67.487m;
Console.WriteLine("Decimal value = "+val);
uint res = Decimal.ToUInt32(val);
Console.WriteLine("32-bit unsigned integer = "+res);
}
}输出结果
这将产生以下输出-
Decimal value = 67.487 32-bit unsigned integer = 67
热门推荐
10 感谢韩语老师祝福语简短
11 升职文案高级祝福语简短
12 花童结婚祝福语大全简短
13 向国庆送祝福语简短
14 什么寄语简短祝福语女生
15 客户回礼祝福语大全简短
16 女孩生日祝福语简短创意
17 家长回复节日祝福语简短
18 给外婆敬酒祝福语简短