Is there any way to write something like this in Powershell? (Linux would be with Perl)
char foo = '\x41';
I need to input some non-printable characters to one of my programs
Is there any way to write something like this in Powershell? (Linux would be with Perl)
char foo = '\x41';
I need to input some non-printable characters to one of my programs