CryptoSys API Library Manual

Crc.Data Method (String)

Computes CRC-32 checksum for a string

Syntax

[C#]
public static int Data(
	string Str
)
[VB.NET]
Public Shared Function Data ( _
	Str As String _
) As Integer

Parameters

Str
input data

Return Value

Value of CRC-32 checksum

See Also

VB6/C equivalent: CRC_String

[Contents] [Index]

[PREV: Crc.Data Method (Byte)...]   [Contents]   [Index]   
   [NEXT: Crc.File Method...]

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