Console: OutputEncoding (set)

OutputEncoding

Sets the encoding for the console output.



 Public Property Set OutputEncoding(
	  ByVal RHS As Encoding )

Parameters

RHS
[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 VBCorLib Overview Class Console Overview Console Properties Console Methods OutputEncoding (get) Read