SingleByteUPSSOption Enumeration
In This Topic
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E6D")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum SingleByteUPSSOption
Inherits System.Enum
Members
Member | Description |
DECSupplemental | The Digital Supplemental character set is used. |
ISOLatin1 | The ISO Latin-1 character set is used. |
See Also