JCL Help:StrSwapByteOrder
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrSwapByteOrder Function
Search in JCL Help
Search in all projects
Summary
For each character in the string StrSwapByteOrder exchanges the low order and high order byte to go from LSB to MSB and vice versa.
Pascal
procedure StrSwapByteOrder(Str: PWideChar);
Parameters
Parameters | Description |
Str: PWideChar | The string for which to swap the byte order of the individual characters. |
Description
For each character in the string StrSwapByteOrder exchanges the low order and high order byte to go from LSB to MSB and vice versa.
About
Unit
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page