2 lines
No EOL
118 B
PowerShell
2 lines
No EOL
118 B
PowerShell
# Takes an input byte[] and separates it with 0x00 between each character
|
|
$bytes = Separate-AsciiBytes -Data $bytes |