Top "Int32" questions

int32 is a datatype that represents an integer and is coded on 32 bits in memory.

Int to byte array

I thought .net had some kind of easy conversion method to use for converting an int into a byte array? …

c# .net bytearray int32
What is the int.MaxValue on a 64-bit PC?

System.Console.WriteLine(int.MaxValue); This line gives me the answer of 2,147,483,647 as I have a 32-bit PC. Will the …

c# .net int int64 int32
What is the difference between Int32 and UInt32?

What is the difference between Int32 and UInt32? If they are the same with capacity range capabilities, the question is …

.net int32 uint32
Isn't an Int64 equal to a long in C#?

I have been playing around with SQL and databases in C# via SqlCeConnection. I have been using ExecuteReader to read …

c# sql-server-ce long-integer int64 int32
Why is Int32's maximum value 0x7FFFFFFF?

I saw in MSDN documents that the maximum value of Int32 is 2,147,483,647, hexadecimal 0x7FFFFFFF. I think, if it's Int32 …

c# types int32
Visual C++ 2010 -> Window Form. How to convert string to int?

Hey! I have textBox with text like "12:30" and this code textBox -> Text -> ToString() -> Split(…

c++-cli type-conversion int32
Double parse with culture format

I have a double number as string. The number is 202.667,40 Which is 202667.4 How can I parse this string to get …

c# int32
how to convert Int32 value to CGFloat in swift?

Here my code. I am passing two values into CGRectMake(..) and getting and error. let width = CMVideoFormatDescriptionGetDimensions(device.activeFormat.formatDescription …

swift ios8.1 cgfloat int32
Swift: Convert Int16 to Int32 (or NSInteger)

I'm really stuck! I'm not an expert at ObjC, and now I am trying to use Swift. I thought it …

swift int int32 uint16