CHARFMT Enumeration

 

Represents the file encoding.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public enum CHARFMT

Member nameDescription
CHARFMT_MBCS

MBCS encoding.

CHARFMT_UNI

Unicode encoding.

CHARFMT_UNI_SWAP

Byte-swapped Unicode encoding.

CHARFMT_UTF8

UTF-8 with file signature encoding.

Return to top
Show: