Table of Contents

Class from_base64

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

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

input string

The string to process.

Returns

string

The processed object.