Console: InputEncoding (set)

InputEncoding

Sets the encoding used during input from the console.



 Public Property Set InputEncoding(
	  ByVal RHS As Encoding )

Parameters

RHS
[ByVal] Encoding. The new encoding used for input from the console.

Remarks

This is only supported on Windows NT machines.

Read/Write.

See Also

Project VBCorLib Overview Class Console Overview Console Properties Console Methods InputEncoding (get) KeyAvailable (get)