The Tools type exposes the following members.
Methods | 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