Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Display Numeric ASCII Value of Letter

Summary: Use Windows PowerShell to display the numeric ASCII value of a letter.(image)  How can I use Windows PowerShell to find the numeric ASCII value associated with a letter?(image)  Use [byte] and [char] together. The following example will display the numeric ASCII value of the capital letter A:[byte][char]'...