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

Syntax

C# Copy imageCopy Code
                                  public sealed class General
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class General

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member ConvertToType Overloaded.
Public method Equals (Inherited from Object.)
Public method Static member GetEncoding Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method Static member GetIISVersion
Gets the (local) IIS version.
Public method Static member GetRegistryKey Overloaded.
Public method Static member GetRegistryRoot Overloaded.
Public method Static member GetSiteRegistryKey Overloaded.
Public method GetType (Inherited from Object.)
Public method Static member HasHtmlClass
Returns true if the given className is found in the space-delimited classes string.
Public method Static member IsBase64String
Returns true if the string is a valid Base64 representation.
Public method Static member IsEmptyStringOrNull
Determines whether the given object is an empty string or null/DbNull.
Public method Static member NormalizeLineEndings
Normalizes the line endings to use CrLf characters.
Public method Static member ToBoolean Overloaded.
Public method ToString (Inherited from Object.)
Public method Static member TryToBoolean Overloaded.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced