Contains miscellaneous tools.
Inheritance Hierarchy Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax Public Class Tools
Dim instance As Tools
The Tools type exposes the following members.
Constructors | Name | Description |
---|
| Tools | Initializes a new instance of the Tools class |
TopMethods | Name | Description |
---|
| CombineHashes(Int32) |
Combines the hash values into a combined hash.
|
| CombineHashes(Int32, Int32) |
Combines the hash values into a combined hash.
|
| CombineHashes(Int32, Int32, Int32) |
Combines the hash values into a combined hash.
|
| CombineHashes(Int32, Int32, Int32, Int32) |
Combines the hash values into a combined hash.
|
| CombineHashes(Int32, Int32, Int32, Int32, Int32) |
Combines the hash values into a combined hash.
|
| CombineHashes(Int32, Int32, Int32, Int32, Int32, Int32) |
Combines the hash values into a combined hash.
|
| ConvertToDouble |
Converts a value into a string. Values should only contain ONE , or . as the decimal separator.
The method first replaces either all , or all . into the current decimal separator to hopefully
create the correct value for the current culture. This will not work with numbers containing
thousand-separators as well!
|
TopSee Also