←Select platform

FileBinaryData Constructor(string)

Summary

Initializes a new instance of the FileBinaryData class with explicit parameters.

Syntax

C#
VB
C++
public FileBinaryData( 
   string fileName 
) 
  
Public Function New( _ 
   ByVal fileName As String _ 
) 
public: 
FileBinaryData(  
   String^ fileName 
) 

Parameters

fileName
Name of the file to be used for loading and saving.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly