Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void WriteAllBytes(
string path,
byte[] bytes
)
Public Shared Sub WriteAllBytes (
path As String,
bytes As Byte()
)
public:
static void WriteAllBytes(
String^ path,
array<unsigned char>^ bytes
)
static member WriteAllBytes :
path : string *
bytes : byte[] -> unit
Parameters
- path
- Type: SystemString
- bytes
- Type: SystemByte
See Also