Table of Contents

Class base64

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

Provides a string processor for encoding string literals as Base64.

public class base64 : IStringProcessor<string>
Inheritance
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.