FromBase64String
A base-64 string containing characters to be decoded to a byte array.
Public Function FromBase64String(
ByRef s As String ) As Byte ( )
Parameters
- s
-
[ByRef]
String.
The base-64 string to be decoded.
Return Values
Byte() - A byte array containing the decoded base-64 characters.
See Also
Project CorLib Overview
Class Convert Overview