AnsiFilter(String) Constructor

Initializes an instance of the AnsiFilter class with the WebName property of the Encoding object to use for reading 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.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public AnsiFilter(
	string fallbackEncodingWebName
)

Parameters

fallbackEncodingWebName  String
WebName property of the Encoding object to use as a fallback.

Exceptions

ArgumentNullExceptionfallbackEncodingWebName is null.
ArgumentExceptionThe identifier specified for fallbackEncodingWebName could not be mapped to an ANSI code page.

See Also