Class MD5Helper
helper class providing suporting function
Inheritance
System.Object
MD5Helper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public sealed class MD5Helper
Methods
| Improve this Doc View SourceReverseByte(UInt32)
perform a ByteReversal on a number
Declaration
public static uint ReverseByte(uint uiNumber)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | uiNumber | value to be reversed |
Returns
Type | Description |
---|---|
System.UInt32 | reversed value |
RotateLeft(UInt32, UInt16)
Left rotates the input word
Declaration
public static uint RotateLeft(uint uiNumber, ushort shift)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | uiNumber | a value to be rotated |
System.UInt16 | shift | no of bits to be rotated |
Returns
Type | Description |
---|---|
System.UInt32 | the rotated value |