IniFile(String, Encoding) Constructor
Initializes a new instance of the
IniFile class.
Namespace: DevCase.Core.Application.UserSettingsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IniFile(
string filepath,
Encoding enc = null
)
Public Sub New (
filepath As String,
Optional enc As Encoding = Nothing
)
Dim filepath As String
Dim enc As Encoding
Dim instance As New IniFile(filepath,
enc)
public:
IniFile(
String^ filepath,
Encoding^ enc = nullptr
)
new :
filepath : string *
?enc : Encoding
(* Defaults:
let _enc = defaultArg enc null
*)
-> IniFile
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The initialization file (INI) path.
- enc Encoding (Optional)
-
The encoding to read/write the INI file.