posts-powershell

Converting ASCII and Characters

Convert ASCII value to a character To convert the ASCII value to a character, use type casting like this: [char]65 Convert a character to ASCII...

  • Written By: ps1
  • Last Updated: April 21, 2025
  • 1 minute read