Table of Contents

Interface IPreparationProcess

Namespace
Ubiety.Stringprep.Core
Assembly
Ubiety.Stringprep.Core.dll

Preparation process interface.

public interface IPreparationProcess

Methods

Run(string)

Run the process.

string Run(string input)

Parameters

input string

Process input.

Returns

string

Prepared string.