TK.FileSaveAs Method

Save content as file
Public Shared Sub FileSaveAs( _ 
ByVal content As Object, _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public static void FileSaveAs( 
object content
string fileName 
)
This language is not supported or no code example is available.

Parameters

content
object

Content (byte[] or string)

fileName
string

File name

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition