Click or drag to resize

Tools Class

Contains miscellaneous tools.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.ToolsTools

Namespace: RelaxIS_SDK.Tools
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Tools

The Tools type exposes the following members.

Constructors
 NameDescription
Public methodToolsInitializes a new instance of the Tools class
Top
Methods
 NameDescription
Public methodStatic memberCombineHashes(Int32) Combines the hash values into a combined hash.
Public methodStatic memberCombineHashes(Int32, Int32) Combines the hash values into a combined hash.
Public methodStatic memberCombineHashes(Int32, Int32, Int32) Combines the hash values into a combined hash.
Public methodStatic memberCombineHashes(Int32, Int32, Int32, Int32) Combines the hash values into a combined hash.
Public methodStatic memberCombineHashes(Int32, Int32, Int32, Int32, Int32) Combines the hash values into a combined hash.
Public methodStatic memberCombineHashes(Int32, Int32, Int32, Int32, Int32, Int32) Combines the hash values into a combined hash.
Public methodStatic memberConvertToDouble 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!
Top
See Also