And is it possible to cast the array< Byte>^ to an byte*?
how would the below code need to changed to return a byte*?
array^ StrToByte
No, you cannot cast it, but array has a method that returns the raw array called "data()"
EDIT: nvm, thought you were talking about the stl class array.