StringExtensions.EncodeTo64(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes the string to base 64 ASCII.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ EncodeTo64(System::String ^ toEncode);
public static string EncodeTo64 (this string toEncode);
static member EncodeTo64 : string -> string
<Extension()>
Public Function EncodeTo64 (toEncode As String) As String
Parameters
- toEncode
- String
String to encode.
Returns
Encoded string.