StringCodingFromBase64ToByteArray Method |
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static byte[] FromBase64ToByteArray(
this string encodedData
)
<ExtensionAttribute>
Public Shared Function FromBase64ToByteArray (
encodedData As String
) As Byte()
public:
[ExtensionAttribute]
static array<unsigned char>^ FromBase64ToByteArray(
String^ encodedData
)
[<ExtensionAttribute>]
static member FromBase64ToByteArray :
encodedData : string -> byte[]
Parameters
- encodedData
- Type: SystemString
Return Value
Type:
ByteUsage 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