Tungsten
FromExtensionsFromBase64 Method (Byte) |
Converts a Base64 encoded byte array back to a normal byte array
Namespace: W
Assembly: Tungsten.From (in Tungsten.From.dll) Version: 2.0.1
Syntax
C#
public static string FromBase64( this byte[] this )
Parameters
- this
- Type: SystemByte
The Base64 encoded byte array to convert
Return Value
Type: StringA non-encoded string
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . 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