FileHelper.SaveBase64ToFile Method

Public Function SaveBase64ToFile( _ 
ByVal Base64String As String, _ 
ByVal filename As String
) As Boolean
This language is not supported or no code example is available.
public bool SaveBase64ToFile( 
string Base64String
string filename 
)
This language is not supported or no code example is available.
public:  
bool SaveBase64ToFile( 
String^ Base64String
String^ filename 
)
This language is not supported or no code example is available.
public function SaveBase64ToFile( 
Base64String : String
filename : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

Base64String
string

filename
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