Summary
Decodes an encoded string to its original string value (before it was encoded with the EncodeString method)
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static string DecodeToString(EncodingType type, string input)
Parameters
| Name | Type | Description |
|---|---|---|
| type | EncodingType | Decoding type |
| input | string | Encoded string |
Return Value
| Type | Description |
|---|---|
| string | Original string value |
