FromExtensions.FromBase64 Method (String, Encoding)

Tungsten Suite

FromExtensionsFromBase64 Method (String, Encoding)

Converts a Base64 encoded string back to a normal string

Namespace:  W
Assembly:  Tungsten.From (in Tungsten.From.dll) Version: 2.0.1
Syntax
C#
public static string FromBase64(
	this string this,
	Encoding encoding
)

Parameters

this
Type: SystemString
The Base64 encoded string to convert
encoding
Type: System.TextEncoding
The encoding to use

Return Value

Type: String
A non-encoded string

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also