using namespace System::Runtime::InteropServices; char buf[] = “Native String”; int len = strlen(buf); array< Byte >^ byteArray = gcnew array< Byte >(len + 2); //…
using namespace System::Runtime::InteropServices; char buf[] = “Native String”; int len = strlen(buf); array< Byte >^ byteArray = gcnew array< Byte >(len + 2); //…