Table of Contents

Class String_GD_CB_Extension

Namespace
Godot
Assembly
com.cobilas.godot.utility.dll

Provide methods for string class.

public static class String_GD_CB_Extension
Inheritance
String_GD_CB_Extension
Inherited Members

Methods

StringHash(string)

Hash the string and return a 32 bits unsigned integer.

public static string StringHash(this string str)

Parameters

str string

string to be calculated.

Returns

string

The calculated hash of the string.

Exceptions

ArgumentNullException

Occurs when the np parameter is null!