Field DefaultInputOutputEncoding
Specifies the default encoding used for standard input, output, and error streams when running a process.
public static Encoding? DefaultInputOutputEncoding
Returns
- Encoding
- Specifies the default encoding used for standard input, output, and error streams when running a process.
Remarks
If this property is not set, UTF8 is used as the default encoding. This encoding is applied to the StandardOutputEncoding, StandardErrorEncoding, and optionally to the input stream if supported by the platform.