All pages
Powered by GitBook
1 of 1

Loading...

GetChecksum(string)

Method in CRC32

Summary

Computes a CRC32 checksum from the given string.

public static uint GetChecksum(string s)

Remarks

This method converts the string to a UTF-8 encoding, and then computes a CRC32 checksum from those bytes.

Parameters

Name
Description

Returns

A CRC32 checksum derived from s .

string s

The string to generate a checksum for.