GetReplacement

CharacterReplacementDictionary.GetReplacement method

Gets a replacement for the specified Unicode code point.

public int GetReplacement(int codePoint)
Parameter Type Description
codePoint Int32 The character to get a replacement for.

Return Value

The replacement for the specified Unicode code point.

See Also