[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Task WriteAllTextAsync(
string text,
Encoding encoding,
int bufferSize = 1024
)
public Task WriteAllTextAsync(
string text,
Encoding encoding,
int bufferSize = 1024
)
Public Function WriteAllTextAsync (
text As String,
encoding As Encoding,
Optional bufferSize As Integer = 1024
) As Task
Public Function WriteAllTextAsync (
text As String,
encoding As Encoding,
Optional bufferSize As Integer = 1024
) As Task
public:
Task^ WriteAllTextAsync(
String^ text,
Encoding^ encoding,
int bufferSize = 1024
)
public:
Task^ WriteAllTextAsync(
String^ text,
Encoding^ encoding,
int bufferSize = 1024
)
member WriteAllTextAsync :
text : string *
encoding : Encoding *
?bufferSize : int
(* Defaults:
let _bufferSize = defaultArg bufferSize 1024
*)
-> Task
member WriteAllTextAsync :
text : string *
encoding : Encoding *
?bufferSize : int
(* Defaults:
let _bufferSize = defaultArg bufferSize 1024
*)
-> Task
Return Value
Type:
Task