ScriptFileType 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.
Generate script unicode, ansi, and explicit utf8 type
public enum ScriptFileType
type ScriptFileType =
Public Enum ScriptFileType
- Inheritance
-
ScriptFileType
Fields
Name | Value | Description |
---|---|---|
Unicode | 0 | Encode in UTF-16 |
Ansi | 1 | Encode in ANSI using the default code page |
Utf8 | 2 | Encode in UTF-8 |