Interface IValueRangeTable
- Namespace
- Ubiety.Stringprep.Core
- Assembly
- Ubiety.Stringprep.Core.dll
Value range table interface.
public interface IValueRangeTable
Methods
Contains(int)
Does the table contain the requested value.
bool Contains(int value)
Parameters
valueintValue to search for.
Returns
- bool
true if the value is in the table; otherwise false.