Click or drag to resize

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.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetDefaultCodePage()

Return Value

Int32
The default code page for the current operating system.
See Also