📜  转换为 int32 的目的是什么 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:51.159000             🧑  作者: Mango

代码示例1
ToInt32(String, Int32) Converts the string representation of a number in a specified base to an equivalent 32-bit signed integer. ToInt32(UInt64) Converts the value of the specified 64-bit unsigned integer to an equivalent 32-bit signed integer.