TextFileStreamSave(Encoding) Method
Save the lines of the current textfile, in the current textfile.
Namespace: DevCase.Core.DataProcessing.TextFilesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Save(
Encoding enc = null
)
Public Overridable Sub Save (
Optional enc As Encoding = Nothing
)
Dim instance As TextFileStream
Dim enc As Encoding
instance.Save(enc)
public:
virtual void Save(
Encoding^ enc = nullptr
)
abstract Save :
?enc : Encoding
(* Defaults:
let _enc = defaultArg enc null
*)
-> unit
override Save :
?enc : Encoding
(* Defaults:
let _enc = defaultArg enc null
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- enc Encoding (Optional)
-
The file encoding used to write the textfile.