Class from_base64
Provides a string processor for decoding Base64 string literals.
public class from_base64 : IStringProcessor<string>
- Inheritance
-
from_base64
- Implements
- Inherited Members
- Extension Methods
Methods
Process(string)
Processes the specified input string.
public static string Process(string input)
Parameters
inputstringThe string to process.
Returns
- string
The processed object.