If i try with BitConverter,it requires a byte array and i don\'t have that.I have a Int32 and i want to convert it to UInt32.
In C++ there was no problem with that.
Try:
Convert.ToUInt32()