Click or drag to resize
TextRangeHexToUnicode Method
(TOM 2 only) Converts and replaces the hexadecimal number at the end of this range to a Unicode character.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void HexToUnicode()
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
See Also