Util Members
The Util type exposes the following members.
Methods
Name | Description | |
---|---|---|
DirCopy |
Copy directory contents from Origin to destination.
|
|
FormatedReplace |
Performs replace formating string key|FormatType:Format.
Dates: key|Date:dd/MM/yy
Boolean: Key|bool:Yes,No
Decimal: Key|decimal:2
|
|
GetHtmlFromXML |
Gets HTML text from XML and XSL Transformation file.
|
|
GetMiniature | ||
GetXMLFromUrl |
Gets the XML from a given URL.
|
|
IsBlank |
Determines whether the specified a value is blank null or nothing.
|
|
KeyValuePairsToCollection |
Convert a array of keyvalue pairs into a base collection
|
|
LogEvent |
Add msg to windows event log.
|
|
ObjectToStr |
Converts Objects to the corresponding string based on TypeCode.
|
|
ParseString |
Parses a string based on a collection.
|
|
ParseStringFromRow | ||
RandomNumber |
Generates a Random Number.
|
|
ReadInnerExceptions |
Reads the inner exceptions.
|
|
ReplaceStr |
Replaces the strings oldvalue with the new value.
|
|
RotateAndDeleteExif | ||
SafeReplace |
String replace with exact match.
|
|
StrToBool |
Converts Strings with the "true", "verdadero", "on", "1", "-1" values into a bool.
|
|
StrToObject(String, String) |
Converts a String to an object object based on a Type passed as a String.
|
|
StrToObject(Type, String) |
Converts a String to an object object based on a Type .
|
|
StrToObject(TypeCode, String) |
Converts a String to an object object based on a TypeCode .
|