←Select platform

SaveData Method (FileBinaryData)

Summary

Saves a buffer to a file located on a disk.

Syntax

C#
VB
C++
public override void SaveData(  
   byte[] data 
) 
Public Overrides Sub SaveData( _ 
   ByVal data() As Byte _ 
) 
public: 
void SaveData(  
   array<byte>^ data 
) override 

Parameters

data
The input buffer to be saved to a file.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.DataContracts Assembly
Click or drag to resize