EasyXmlTextWriter Constructor
Namespace: DevCase.Core.DataProcessing.XmlAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public EasyXmlTextWriter(
string filename,
Encoding enc
)
Public Sub New (
filename As String,
enc As Encoding
)
Dim filename As String
Dim enc As Encoding
Dim instance As New EasyXmlTextWriter(filename,
enc)
public:
EasyXmlTextWriter(
String^ filename,
Encoding^ enc
)
new :
filename : string *
enc : Encoding -> EasyXmlTextWriter
No code example is currently available or this language may not be supported.
Parameters
- filename String
-
The filename to write to.
If the file exists, it truncates it and overwrites it with the new content.
- enc Encoding
-
The encoding to generate.
If encoding is null it writes the file out as UTF-8, and omits the encoding attribute from the ProcessingInstruction.