Answers for "cast long in int c#"

C#
1

c# long to int

int result =  Convert.ToInt32(long value);
Posted by: Guest on March-24-2020

C# Answers by Framework

Browse Popular Code Answers by Language