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