Table of Contents

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

value int

Value to replace.

Returns

int[]

Replacement value.

HasReplacement(int)

Does the value have a replacement.

bool HasReplacement(int value)

Parameters

value int

Value to replace.

Returns

bool

A value indicating whether there is a replacement or not.