GetHash Method
- Last UpdatedNov 06, 2025
- 1 minute read
Gets a hash of the binary serialization of an object Returns null if the object cannot be serialized
'Declaration
Public Shared Function GetHash( _
ByVal inputObject As Object _
) As Byte()
public static byte[] GetHash(
object inputObject
)
Parameters
- inputObject
- The object for which the hash is required
Return Value
A byte array containing the resulting hash