Bewerken

Delen via


File.AppendAllBytes Method

Definition

Overloads

AppendAllBytes(String, Byte[])
AppendAllBytes(String, ReadOnlySpan<Byte>)

AppendAllBytes(String, Byte[])

Source:
File.cs
public:
 static void AppendAllBytes(System::String ^ path, cli::array <System::Byte> ^ bytes);
public static void AppendAllBytes (string path, byte[] bytes);
static member AppendAllBytes : string * byte[] -> unit
Public Shared Sub AppendAllBytes (path As String, bytes As Byte())

Parameters

path
String
bytes
Byte[]

Applies to

AppendAllBytes(String, ReadOnlySpan<Byte>)

public:
 static void AppendAllBytes(System::String ^ path, ReadOnlySpan<System::Byte> bytes);
public static void AppendAllBytes (string path, ReadOnlySpan<byte> bytes);
static member AppendAllBytes : string * ReadOnlySpan<byte> -> unit
Public Shared Sub AppendAllBytes (path As String, bytes As ReadOnlySpan(Of Byte))

Parameters

path
String

Applies to