Method | Description | |
---|---|---|
FileCopyFilesBetweenDirectories ( string directoryFrom, string directoryTo, bool recursive, bool overwrite ) : bool | ||
FileLoadFileAsText ( string filename ) : string | ||
FileSaveFileText ( string text, string filename ) : bool | ||
StringFirstCharToUpper ( string text ) : string | ||
StringIsNumber ( string value ) : bool | ||
StringRemoveFirstAppearance ( string stringContainingAppearances, string substringToRemove ) : string | ||
StringReplaceMultiple ( string text, string oldStrings, string newStrings ) : string | ||
UnicodeToHTML ( string unicodeText ) : string |
Converts a Unicode string to a HTML encoded string. HTML encoded string displays correctly in web browsers.
|
|
XmlGetRepeatedTagsFromXml ( |
||
XmlGetTagNamesFromXml ( |
||
XmlNodeIsCompound ( |
||
timestamp ( ) : string |
public static FileCopyFilesBetweenDirectories ( string directoryFrom, string directoryTo, bool recursive, bool overwrite ) : bool | ||
directoryFrom | string | |
directoryTo | string | |
recursive | bool | |
overwrite | bool | |
return | bool |
public static FileLoadFileAsText ( string filename ) : string | ||
filename | string | |
return | string |
public static FileSaveFileText ( string text, string filename ) : bool | ||
text | string | |
filename | string | |
return | bool |
public static StringFirstCharToUpper ( string text ) : string | ||
text | string | |
return | string |
public static StringIsNumber ( string value ) : bool | ||
value | string | |
return | bool |
public static StringRemoveFirstAppearance ( string stringContainingAppearances, string substringToRemove ) : string | ||
stringContainingAppearances | string | |
substringToRemove | string | |
return | string |
public static StringReplaceMultiple ( string text, string oldStrings, string newStrings ) : string | ||
text | string | |
oldStrings | string | |
newStrings | string | |
return | string |
public static UnicodeToHTML ( string unicodeText ) : string | ||
unicodeText | string | Unicode string (e.g: 'aplicaci\u00f3n') |
return | string |
public static XmlGetRepeatedTagsFromXml ( |
||
xml | ||
return | XmlNodeList>.Dictionary |
public static XmlGetTagNamesFromXml ( |
||
xml | ||
return | List |
public static XmlNodeIsCompound ( |
||
node | ||
return | bool |