Click or drag to resize

FormActMainLogEncoding Property

The encoding ACT will open a log with. (Default is UTF8) If you change this value, you should call OpenLog() for it to take effect.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public Encoding LogEncoding { get; set; }

Property Value

Type: Encoding
See Also