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
prohibitedTableIValueRangeTableProhibited character table.
ralTableIValueRangeTableRandAL character table.
lTableIValueRangeTableL character table.
Remarks
Initializes a new instance of the BidirectionalStep class.
Methods
Run(string)
Run the stringprep step.
public string Run(string input)
Parameters
inputstringInput to run the step on.
Returns
- string
String parsed for unicode characters.