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.
Namespace: FolkerKinzel.VCardsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public AnsiFilter(
int fallbackCodePage = 1252
)
Public Sub New (
Optional fallbackCodePage As Integer = 1252
)
public:
AnsiFilter(
int fallbackCodePage = 1252
)
new :
?fallbackCodePage : int
(* Defaults:
let _fallbackCodePage = defaultArg fallbackCodePage 1252
*)
-> AnsiFilter
Parameters
- fallbackCodePage Int32 (Optional)
- The number of the code page to use as a fallback.
The default value is 1252 (for windows-1252).
ArgumentException | The number specified for
fallbackCodePage could not be mapped to an ANSI code page. |