FromBase64Transform: GetHashCode

GetHashCode

Returns a psuedo-unique number used to help identify this object in memory. The current method is to return the value obtained from ObjPtr. If a different method needs to be impelmented then change the method here in this function. An override might be necessary if the hashcode should be derived from a value contained within the class.



 Public Function GetHashCode ( ) As Long

Return Values

Long - 

Remarks

See Also

Project VBCorLib Overview Class FromBase64Transform Overview FromBase64Transform Properties FromBase64Transform Methods FromBase64TransformMode ICryptoTransform