Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Converts the given base64 coded string to string

string Files.FromBase64(content: string)

Converts the given base64 coded string to string with code page

string Files.FromBase64(content: string, encoding: number)

Arguments

string content
base64 encoded string
number encoding
encoding page
  • No labels