AsciiImportOptionsGetDefaultCodePage Method |
Gets the default code page for this System. On Windows, this is the ANSI code page, on other systems, it is the default code page.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int GetDefaultCodePage()
Return Value
Int32The default code page for the current operating system.
See Also