![]() | Global methods |
The Global Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() ![]() | CompareVersion | Compares two version strings consisting of numbers separated by '.', e.g.: 1.0.0.10 with 1.0.0.9. Compares two version-strings, consisting of '.' separated lines, i.e.: 1.0.0.10 with 1.0.0.9. |
![]() ![]() | DirectoryCopy | Copies a directory including all the files it contains. If the "copySubDirs" parameter is set to true, all subdirectories contained in the directory are also copied recursively. |
![]() ![]() | GetUniversalName | Converts a transferred absolute file path into its UNC equivalent, if possible. Converts a given absolute file path into it's UNC-equivalent, if possible. |
![]() ![]() | IsDate | Returns true if the string passed is a valid date. Returns true, if the given string is a valid date. |
![]() ![]() | StringToSecureString | Converts a transferred string into a SecureString Converts a given string to a SecureString |
![]() ![]() | UnicodeHexcodeToChar | Converts a character string that represents a Unicode hex code e.g.: 20AC (=> €) into the corresponding character. Converts a string, representing a hex-unicode character like 20AC, to ascii €. |