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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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