msdn - How to convert data contained in (managed) array to other managed types? -


I am reading data as an array; System :: Byte ^ & gt; In Visual C ++ and want to assign it to managed types like UInt16, UInt32, etc. How can I do this in Visual C ++?

Suppose I have a function parameter-array

itemprop = "text">

This is not actually (managed) C ++ specific, but you have different You can try using the * methods. I have used them in fully managed C # (for example, reading raw SHA1 values ​​in 5 integers), and they work well.

Comments