Summary
Decodes an encoded string to the original binary.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static byte[] Decode(EncodingType type, string input)
Parameters
| Name | Type | Description |
|---|---|---|
| type | EncodingType | Encoding type |
| input | string | Encoded string |
Return Value
| Type | Description |
|---|---|
| byte[] | Original byte[] |
