Console: OutputEncoding (set)

OutputEncoding

Sets the encoding for the console output.



 Public Property Set OutputEncoding(
	  ByVal Value As Encoding )

Parameters

Value
[ByVal] Encoding. The new encoding used for output to the console.

Remarks

This is only supported on Windows NT machines.

Read/Write.

See Also

Project CorLib Overview

Class Console Overview