AnsiFilter(Int32) Constructor

Initializes an instance of the AnsiFilter class with the number of the code page to use for the reading of VCF files that are not UTF-8 and that do not contain a hint in their CHARSET parameters which suggests the use of a different Encoding.

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public AnsiFilter(
	int fallbackCodePage = 1252
)

Parameters

fallbackCodePage  Int32  (Optional)
The number of the code page to use as a fallback. The default value is 1252 (for windows-1252).

Exceptions

ArgumentExceptionThe number specified for fallbackCodePage could not be mapped to an ANSI code page.

See Also