charSet Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the CharacterSet property.
public enum class charSet
public enum class charSet
enum charSet
public enum charSet
type charSet =
Public Enum charSet
- Inheritance
-
charSet
Fields
Name | Value | Description |
---|---|---|
charSetNotSet | 0 | Not Set |
charSetUnicode | 1 | Unicode Character Set |
charSetMBCS | 2 | Multi-Byte Character Set |
Remarks
See General Property Page (Project) for more information.