Click or drag to resize

AsciiImportOptionsCodePage Property

Gets or sets the code page that is used to recognize the Ascii data. To use the system default code page, set this property to 0.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int CodePage { get; set; }

Property Value

Int32
See Also