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 Code |
---|---|
public sealed class General |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class General |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
ConvertToType | Overloaded. | |
Equals | (Inherited from Object.) | |
GetEncoding | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetIISVersion |
Gets the (local) IIS version.
|
|
GetRegistryKey | Overloaded. | |
GetRegistryRoot | Overloaded. | |
GetSiteRegistryKey | Overloaded. | |
GetType | (Inherited from Object.) | |
HasHtmlClass |
Returns true if the given className is found in the space-delimited classes string.
|
|
IsBase64String |
Returns true if the string is a valid Base64 representation.
|
|
IsEmptyStringOrNull |
Determines whether the given object is an empty string or null/DbNull.
|
|
NormalizeLineEndings |
Normalizes the line endings to use CrLf characters.
|
|
ToBoolean | Overloaded. | |
ToString | (Inherited from Object.) | |
TryToBoolean | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Base Namespace