Crc32.GetCurrentHashAsUInt32 Method

Definition

Important

This API is not CLS-compliant.

Gets the current computed hash value without modifying accumulated state.

public:
 System::UInt32 GetCurrentHashAsUInt32();
[System.CLSCompliant(false)]
public uint GetCurrentHashAsUInt32 ();
[<System.CLSCompliant(false)>]
member this.GetCurrentHashAsUInt32 : unit -> uint32
Public Function GetCurrentHashAsUInt32 () As UInteger

Returns

The hash value for the data already provided.

Attributes

Applies to