Table of Contents

Class MappingStep

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

Mapping processing step.

public class MappingStep : IPreparationProcess
Inheritance
MappingStep
Implements
Inherited Members

Constructors

MappingStep(IMappingTable)

Mapping processing step.

public MappingStep(IMappingTable table)

Parameters

table IMappingTable

Methods

Run(string)

Run the step.

public string Run(string input)

Parameters

input string

String value to process.

Returns

string

string after processing.