Click or drag to resize
TextRangeUnicodeToHex Method
(TOM 2 only) Converts the Unicode character(s) preceding the start position of this text range to a hexadecimal number, and selects it.

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