Summary
To binary from standard base 64 (not url/uri safe)
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static byte[] FromBase64(string input)
Parameters
| Name | Type | Description |
|---|---|---|
| input | string |
Return Value
| Type | Description |
|---|---|
| byte[] |
