Method | Description | |
---|---|---|
MakeCRC32 ( byte bytes ) : uint | ||
MakeCRC64 ( byte bytes ) : ulong | ||
MakeStringID ( string text ) : uint |
public static MakeCRC32 ( byte bytes ) : uint | ||
bytes | byte | |
return | uint |
public static MakeCRC64 ( byte bytes ) : ulong | ||
bytes | byte | |
return | ulong |
public static MakeStringID ( string text ) : uint | ||
text | string | |
return | uint |