RuntimeState.DosCodePage Property | |
The 'DOS' Codepage. This gets read at startup from the OS().
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax STATIC PROPERTY DosCodePage AS LONG GET SET
public static int DosCodePage { get; set; }
Request Example
View SourceProperty Value
Type:
LongRemarks Tip |
---|
This value is 'per thread'. New threads inherit the settings from the main thread. Changes to this setting are visible to code in the same thread only. |
Remarks Sends an OnCodePageChanged event when changed.
See Also