Class Base64
Inheritance
System.Object
Base64
Namespace: Netmavryk.Encoding
Assembly: Netmavryk.dll
Syntax
public static class Base64 : object
Methods
| Improve this Doc View SourceConvert(Byte[])
Declaration
public static string Convert(byte[] bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | bytes |
Returns
| Type | Description |
|---|---|
| System.String |
Parse(String)
Declaration
public static byte[] Parse(string base64)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | base64 |
Returns
| Type | Description |
|---|---|
| System.Byte[] |
TryParse(String, out Byte[])
Declaration
public static bool TryParse(string base64, out byte[] bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | base64 | |
| System.Byte[] | bytes |
Returns
| Type | Description |
|---|---|
| System.Boolean |