Class Base64
Inheritance
System.Object
Base64
Assembly: Netezos.dll
Syntax
public static class Base64 : object
Methods
|
Improve this Doc
View Source
Convert(Byte[])
Declaration
public static string Convert(byte[] bytes)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
bytes |
|
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Parse(String)
Declaration
public static byte[] Parse(string base64)
Parameters
| Type |
Name |
Description |
| System.String |
base64 |
|
Returns
| Type |
Description |
| System.Byte[] |
|
|
Improve this Doc
View Source
TryParse(Nullable<String>, out Byte[])
Declaration
public static bool TryParse(string? base64, out byte[] bytes)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.String> |
base64 |
|
| System.Byte[] |
bytes |
|
Returns
| Type |
Description |
| System.Boolean |
|