This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Enumeration of available encodings.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public enum Encodings
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration Encodings

Members

Member nameDescription
Ascii
Ascii encoding
Utf7
Utf-7 encoding
Utf8
Utf-8 encoding
Utf16
Utf-16 encoding
Utf32
Utf-32 encoding

See Also

Smartsite.Base Namespace
Advanced