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

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: CRC_String

[Contents] [Index]

[HOME]   [NEXT: Crc.File Method...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.