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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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