Converts byte array to word array
| C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ wordsToBytes( array<unsigned short>^ words )
- words (array< UInt16 >[]()[])
- The word array
The converted byte array
| C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ wordsToBytes( array<unsigned short>^ words )