C#Convert.ToInt32(long)方法 (C# Convert.ToInt32(long) Method)

Convert.ToInt32(long) Method is used to convert a specific 64-bit signed integer (long) value to its equivalent 32-bits signed integer (int32).

Convert.ToInt32(long)方法用于将特定的64位带符号整数(long)值转换为其等效的32位带符号整数(int32)。

Note: Value to be converted should not exceed the range of a signed 32-bit integer.

注意:要转换的值不应超过带符号的32位整数的范围。

Syntax:

句法:

    int Convert.ToInt32(long value);

It accepts a long value/variable as an argument and returns its equivalent signed integer.

它接受一个长值/变量作为参数,并返回其等效的带符号整数。

Example:

例:

    Input:
int a = 1234567;
Output:
1234567
Input:
int a = - 7654321;
Output:
-7654321

Code:

码:

using System;
using System.Text;
namespace Test
{class Program
{static void Main(string[] args)
{long a = 1234567;
long b = -7654321;
long c = 47878330;
Console.WriteLine("value of a: {0}, type of a: {1}", a, a.GetType());
Console.WriteLine("value of b: {0}, type of b: {1}", b, b.GetType());
Console.WriteLine("value of c: {0}, type of c: {1}", c, c.GetType());
//converting to Int32 & printing values & types
Console.WriteLine("value: {0}, type: {1}", Convert.ToInt32(a), Convert.ToInt32(a).GetType());
Console.WriteLine("value: {0}, type: {1}", Convert.ToInt32(b), Convert.ToInt32(b).GetType());
Console.WriteLine("value: {0}, type: {1}", Convert.ToInt32(c), Convert.ToInt32(c).GetType());
//hit ENTER to exit
Console.ReadLine();
}
}
}

Output

输出量

value of a: 1234567, type of a: System.Int64
value of b: -7654321, type of b: System.Int64
value of c: 47878330, type of c: System.Int64
value: 1234567, type: System.Int32
value: -7654321, type: System.Int32
value: 47878330, type: System.Int32

翻译自: https://www.includehelp.com/dot-net/Convert-ToInt32-long-method-in-c-sharp.aspx

C#Convert.ToInt32(long)方法-将long值转换为int相关推荐

  1. C#Convert.ToInt32(bool)方法-将bool值转换为int

    C#Convert.ToInt32(bool)方法 (C# Convert.ToInt32(bool) Method) Convert.ToInt32(bool) Method is used to ...

  2. C#Convert.ToInt32(char)方法-将char值转换为int

    C#Convert.ToInt32(char)方法 (C# Convert.ToInt32(char) Method) Convert.ToInt32(char) Method is used to ...

  3. C#Convert.ToInt32(byte)方法-将字节值转换为int

    C#Convert.ToInt32(byte)方法 (C# Convert.ToInt32(byte) Method) Convert.ToInt32(byte) Method is used to ...

  4. C#Convert.ToInt32(object)方法-将对象值转换为int

    C#Convert.ToInt32(object)方法 (C# Convert.ToInt32(object) Method) Convert.ToInt32(object) Method is us ...

  5. Java面试题:IO流中read()方法为什么返回值是int

    Question:IO流中read()方法为什么返回值是int? anwser:因为字节输入流可以操作任意类型的文件,比如图片音频等,这些文件底层都是以二进制形式的存储的,如果每次读取都返回byte, ...

  6. iBaits中,关于insert返回值的问题(注意!!!不必写resultClass= java.lang.Integer,方法的返回值就是int)

    今天工作中使用iBaits写SQL,其中一个是insert语句 在sqlMap中我这么写了,<insert parameterClass="...." resultClass ...

  7. 两字节16进制值转换为int

    有时候在报文中会碰到以两个字节来存出一个整型的数据,例如0x0080,将其重新转换成int的方法是: char a = 0x80;//低位 char b = 0x00;//高位int value = ...

  8. 在 C# 中,(int) ,Int32.Parse() 和 Convert.toInt32() 三种方法的区别

    在 C# 中,(int),Int32.Parse() 和 Convert.toInt32() 三种方法有何区别? int 关键字表示一种整型,是32位的,它的 .NET Framework 类型为 S ...

  9. (int),Int32.Parse() 和 Convert.toInt32() 的区别

    在 C# 中,(int),Int32.Parse() 和 Convert.toInt32() 三种方法有何区别? int 关键字表示一种整型,是32位的,它的 .NET Framework 类型为 S ...

最新文章

  1. IBASE的hierarchy结构
  2. boot gwt_带Spring Boot的GWT
  3. QT 的基础调试技巧 -- 未完 -- 更新中
  4. Dotnetcore或owin程序启用SSL的方法
  5. 分布式平台下的HS(High-Security) --对称加密
  6. DevExtreme移动开发框架
  7. Windows 搭建 翼龙面板 ( Pterodactyl ) 前端 教程
  8. SI4463 空中唤醒教程
  9. Eigen教程3----矩阵、向量以及标量的运算,转置、共轭以及伴随矩阵
  10. STM32F4使用硬件SPI驱动ADS8322
  11. 问题 K: [入门OJ]开会时间(初中生请多多指教)
  12. otter安装与使用终极总结
  13. 最新版本的Google Chrome浏览器如何设置网页编码?
  14. 太原工业学院计算机实训中心,法学实训实验中心
  15. storm风暴英雄 tempo_暴雪发布2018《风暴英雄》HGC战队实力排行榜
  16. EXCEL常用函数公式和VBA汇总
  17. 商家如何自己零成本免费制作点餐小程序
  18. MFC连接SQL数据库操作
  19. 小程序内嵌二维码长按识别内测QA
  20. 数字冰雹警务情指一体合成作战指挥决策系统

热门文章

  1. Win7下VC6打开文件报错导致其崩溃的解决办法
  2. 面试快速复习(三):概率论与数理统计
  3. 1094 谷歌的招聘(附测试用例)
  4. 陇剑杯2021(一)
  5. 视频内容安全保护技术分析与实现
  6. Android 应用跳转到指定QQ临时聊天界面
  7. 轻松拥有个性化Windows安装光盘
  8. 问道游戏-寻路CALL心得
  9. 抖音购物车功能开放申请,分享好物满足电商购物体验感
  10. 个人和企事业单位都免费的office软件真的有吗?