Static Public Member Functions | |
| static string | ConvertFromRegEx (string regEx) |
| Converts a regular expression file type string to a simpler wildcard type. | |
| static string | ConvertToRegEx (string simpleWildcard) |
| Converts from a simple wildcard type to a regular expression file type. | |
| static string | ConvertToMBString (long size, bool appendUnits, ResourceManager rm) |
| Converts the size to megabytes. | |
| static string | ConvertToUnitString (long size, bool appendUnits, ResourceManager rm) |
| Gets a string that represents the size in bytes of a number with the proper unit size appended. | |
| static string | ConvertToUnitString (long size, ResourceManager rm, out string units) |
| Gets a string that represents the size in bytes of a number with the proper unit size appended. | |
| static iFolderPolicy | GetiFolderPolicyObject (string ifolderID) |
| Gets an ifolder policy object that is set-able. | |
| static UserPolicy | GetUserPolicyObject (string userID) |
| Gets user policy object that is set-able. | |
| static string | ToDateTimeString (DateTime dt) |
| Formats the DateTime to a string for the CurrentUICulture on the current thread. | |
| static string | ToDateTimeString (string format, DateTime dt) |
| Formats the DateTime to a string for the CurrentUICulture on the current thread. | |
Public Attributes | |
| const decimal | KiloByte = 1024 |
| Default constant for Byte. | |
| const decimal | MegaByte = KiloByte * 1024 |
| Default constant for MegaByte. | |
| const decimal | GigaByte = MegaByte * 1024 |
| Default constant for GigaByte. | |
| static string Novell::iFolderWeb::Admin::Utils::ConvertFromRegEx | ( | string | regEx | ) | [inline, static] |
Converts a regular expression file type string to a simpler wildcard type.
| regEx | String containing regular expression. |
| static string Novell::iFolderWeb::Admin::Utils::ConvertToRegEx | ( | string | simpleWildcard | ) | [inline, static] |
Converts from a simple wildcard type to a regular expression file type.
| simpleWildcard | String containing a simple wildcard expression. |
| static string Novell::iFolderWeb::Admin::Utils::ConvertToMBString | ( | long | size, | |
| bool | appendUnits, | |||
| ResourceManager | rm | |||
| ) | [inline, static] |
Converts the size to megabytes.
| size | Size of the number in bytes. | |
| appendUnits | If true the proper units are appended. | |
| rm | Resource manager object that will allow retrieval of localized strings. |
| static string Novell::iFolderWeb::Admin::Utils::ConvertToUnitString | ( | long | size, | |
| bool | appendUnits, | |||
| ResourceManager | rm | |||
| ) | [inline, static] |
Gets a string that represents the size in bytes of a number with the proper unit size appended.
| size | Size of the number in bytes. | |
| appendUnits | If true the proper units are appended. | |
| rm | Resource manager object that will allow retrieval of localized strings. |
| static string Novell::iFolderWeb::Admin::Utils::ConvertToUnitString | ( | long | size, | |
| ResourceManager | rm, | |||
| out string | units | |||
| ) | [inline, static] |
Gets a string that represents the size in bytes of a number with the proper unit size appended.
| size | Size of the number in bytes. | |
| rm | Resource manager object that will allow retrieval of localized strings. | |
| units | Gets the unit string. |
| static iFolderPolicy Novell::iFolderWeb::Admin::Utils::GetiFolderPolicyObject | ( | string | ifolderID | ) | [inline, static] |
Gets an ifolder policy object that is set-able.
| ifolderID |
| static UserPolicy Novell::iFolderWeb::Admin::Utils::GetUserPolicyObject | ( | string | userID | ) | [inline, static] |
Gets user policy object that is set-able.
| userID |
| static string Novell::iFolderWeb::Admin::Utils::ToDateTimeString | ( | DateTime | dt | ) | [inline, static] |
Formats the DateTime to a string for the CurrentUICulture on the current thread.
| dt |
| static string Novell::iFolderWeb::Admin::Utils::ToDateTimeString | ( | string | format, | |
| DateTime | dt | |||
| ) | [inline, static] |
Formats the DateTime to a string for the CurrentUICulture on the current thread.
| format | ||
| dt |
| const decimal Novell::iFolderWeb::Admin::Utils::KiloByte = 1024 |
Default constant for Byte.
| const decimal Novell::iFolderWeb::Admin::Utils::MegaByte = KiloByte * 1024 |
Default constant for MegaByte.
| const decimal Novell::iFolderWeb::Admin::Utils::GigaByte = MegaByte * 1024 |
Default constant for GigaByte.
1.5.6