[This is preliminary documentation and is subject to change.]
The OCConvert type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OCConvert |
Methods
Name | Description | |
---|---|---|
![]() ![]() | ConvertIntCSVToArrayList |
Converts a comma separated list into an arraylist
|
![]() ![]() | ConvertTrackerBooleanDBToScreen | Overloaded. |
![]() ![]() | ConvertTrackerScreenToBooleanDB |
Converts the boolean values on the tracker screen to its database
representation to store in the database. In general the database
stores the values as '0' and '1', and the user sees them on the
screen as the localized version of "Yes" and "No".
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FoldString |
Folds the string so that if it is more than 75 characters, it adds a CRLF and a blank space
|
![]() ![]() | FromBase64String | Overloaded. |
![]() ![]() | FromBase64UrlSafeString | Takes a base64 encoded string that has been modified
and replaces the -,_,! characters with the +,/,= characters respectively
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ParseFullName |
Converts the user name in proper format
|
![]() ![]() | ToArrayIdsFromStringIds |
Converts string containing various integers delimited with a character
to an arraylist.
|
![]() ![]() | ToArrayList |
Converts an array to an arraylist
|
![]() ![]() | ToBase64String | Overloaded. |
![]() ![]() | ToBase64UrlSafeString |
Takes a base64 encoded string and replaces the +,/,= characters with the
-,_,! characters respectively
|
![]() ![]() | ToDate |
Parse a string to datetime format
|
![]() ![]() | ToDiskAppPath |
This function is used to translate the apppaths obtained from the
OCResources to the disk path
|
![]() ![]() | ToDiskPath |
This function is used to translate the xml and xsd files, where disk file
is required
|
![]() ![]() | ToDouble |
Converts the string to double. This method, unlike the dotnet framework, does not throw any
exception. Instead it returns 0.0 if the string cannot be converted to double.
|
![]() ![]() | ToFullName | Overloaded. |
![]() ![]() | ToGroup |
Converts groups into grouptype format
|
![]() ![]() | ToJavascriptConfirmString |
Formats the javascript confirm string that is used in many delete buttons.
|
![]() ![]() | ToReminderDateTime |
Extracts the remind at datetime from the startdatetime and remindnow
|
![]() ![]() | ToReminderText |
Extracts the text used for the reminders
|
![]() ![]() | ToResourcePath |
Return the disk path of the resource folder
|
![]() ![]() | ToShortDateString |
Returns the string representation of the datetime to short date format
|
![]() ![]() | ToShortTimeString |
Returns the string representation of the datetime to short time format
|
![]() ![]() | ToString | Overloaded. |
![]() ![]() | ToUploadGroupPath |
Return the disk path of the upload folder for group
|
![]() ![]() | ToUploadUserPath |
Return the disk path of the upload folder for user
|
![]() ![]() | UnFoldString |
Unfolds a folded string. Unfolding means merging the following patterns into a single
string \r\n followed by a whitespace character
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | DemoGuardAlertString |
Returns the demo guard alert string to be used by the javascript that shows the alert if
any restricted function is attempted on the demo account.
|