WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

StringExtensions..::..Base64Encode Method

Generate a Base64 string based on plain text.

Namespace:  System
Assembly:  Walter (in Walter.dll)

Syntax


public static string Base64Encode(
	string plainText
)

Parameters

plainText
Type: String
The plain text.

Return Value

System.String.

Remarks


If the text was already base 64 the text will be used and no conversion is done