CryptoSys API Library Manual

Crc.Data Method (Byte[])

Computes CRC-32 checksum for data

Syntax

[C#]
public static int Data(
	byte[] data
)
[VB.NET]
Public Shared Function Data ( _
	data As Byte() _
) As Integer

Parameters

data
input data

Return Value

Value of CRC-32 checksum

See Also

VB6/C equivalent: CRC_Bytes

[Contents] [Index]

[PREV: Compr.Uncompress Method...]   [Contents]   [Index]   
   [NEXT: Crc.Data Method (String)...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.