Table of Contents

Class BidirectionalStep

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

Bidirectional stringprep step.

public class BidirectionalStep : IPreparationProcess
Inheritance
BidirectionalStep
Implements
Inherited Members

Remarks

Initializes a new instance of the BidirectionalStep class.

Constructors

BidirectionalStep(IValueRangeTable, IValueRangeTable, IValueRangeTable)

Bidirectional stringprep step.

public BidirectionalStep(IValueRangeTable prohibitedTable, IValueRangeTable ralTable, IValueRangeTable lTable)

Parameters

prohibitedTable IValueRangeTable

Prohibited character table.

ralTable IValueRangeTable

RandAL character table.

lTable IValueRangeTable

L character table.

Remarks

Initializes a new instance of the BidirectionalStep class.

Methods

Run(string)

Run the stringprep step.

public string Run(string input)

Parameters

input string

Input to run the step on.

Returns

string

String parsed for unicode characters.