[This is preliminary documentation and is subject to change.]
Sets file content to supplied string using the specified parameters
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void WriteAllText(
string text,
Encoding encoding,
int bufferSize = 1024
)
public void WriteAllText(
string text,
Encoding encoding,
int bufferSize = 1024
)
Public Sub WriteAllText (
text As String,
encoding As Encoding,
Optional bufferSize As Integer = 1024
)
Public Sub WriteAllText (
text As String,
encoding As Encoding,
Optional bufferSize As Integer = 1024
)
public:
void WriteAllText(
String^ text,
Encoding^ encoding,
int bufferSize = 1024
)
public:
void WriteAllText(
String^ text,
Encoding^ encoding,
int bufferSize = 1024
)
member WriteAllText :
text : string *
encoding : Encoding *
?bufferSize : int
(* Defaults:
let _bufferSize = defaultArg bufferSize 1024
*)
-> unit
member WriteAllText :
text : string *
encoding : Encoding *
?bufferSize : int
(* Defaults:
let _bufferSize = defaultArg bufferSize 1024
*)
-> unit