Interface IMappingTable
- Namespace
- Ubiety.Stringprep.Core
- Assembly
- Ubiety.Stringprep.Core.dll
Mapping table interface.
public interface IMappingTable
Methods
GetReplacement(int)
Gets the value replacement.
int[] GetReplacement(int value)
Parameters
valueintValue to replace.
Returns
- int[]
Replacement value.
HasReplacement(int)
Does the value have a replacement.
bool HasReplacement(int value)
Parameters
valueintValue to replace.
Returns
- bool
A value indicating whether there is a replacement or not.