SKEncoding 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.
Caution
Use SKTextEncoding instead.
Text encoding definition.
public enum SKEncoding
[System.Obsolete("Use SKTextEncoding instead.")]
public enum SKEncoding
- Inheritance
-
SKEncoding
- Attributes
Fields
Name | Value | Description |
---|---|---|
Utf8 | 0 | UTF-8 encoding. |
Utf16 | 1 | UTF-16 encoding. |
Utf32 | 2 | UTF-32 encoding. |
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.