SyncFExcel.create_nativ Method

Public Function create_nativ( _ 
ByVal property As String, _ 
ByVal value As String, _ 
ByVal base64 As String, _ 
ByVal originalfile As String, _ 
ByVal destfile As String
) As Boolean
This language is not supported or no code example is available.
public bool create_nativ( 
string property
string value
string base64
string originalfile
string destfile 
)
This language is not supported or no code example is available.
public:  
bool create_nativ( 
String^ property
String^ value
String^ base64
String^ originalfile
String^ destfile 
)
This language is not supported or no code example is available.
public function create_nativ( 
property : String
value : String
base64 : String
originalfile : String
destfile : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

property
string

value
string

base64
string

originalfile
string

destfile
string

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition