Click or drag to resize

Global methods

The Global Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberCompareVersion

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.

Public MethodStatic MemberDirectoryCopy 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.
Public MethodStatic MemberGetUniversalName

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.

Public MethodStatic MemberIsDate

Returns true if the string passed is a valid date.

Returns true, if the given string is a valid date.

Public MethodStatic MemberStringToSecureString

Converts a transferred string into a SecureString

Converts a given string to a SecureString

Public MethodStatic MemberUnicodeHexcodeToChar

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 €.

Back to the top
See also