Console: InputEncoding (set)

InputEncoding

Sets the encoding used during input from the console.



 Public Property Set InputEncoding(
	  ByVal Value As Encoding )

Parameters

Value
[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 CorLib Overview

Class Console Overview