Utils Methods |
The Utils type exposes the following members.
Name | Description | |
---|---|---|
ConvertToSecureString |
Converts a string to a secured string that should be kept confidential.
| |
ConvertToUnsecureString |
Converts a secured string to an unsecured one.
| |
DisposeOrRelease |
Disposes the managed object. If the object is not specified, releases the specified COM object.
| |
HasFlag |
Determines whether one or more bit fields are set in the specified enumeration.
| |
IsComInterfaceSupported |
Determines whether a COM object supports the specified interface.
| |
QueryInterfaceT(Object) |
Queries an interface on the object.
| |
QueryInterfaceT(Object, Boolean) |
Queries an interface on the object.
| |
ToUniversalTime |
Converts the value of the date to Coordinated Universal Time (UTC).
|