SHA1OpenNURBSStringHash Method |
Computes the SHA1 hash of a string, converted to UTF8.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public static byte[] StringHash(
string input
)
Public Shared Function StringHash (
input As String
) As Byte()
Parameters
- input
- Type: SystemString
[Missing <param name="input"/> documentation for "M:Rhino.FileIO.SHA1OpenNURBS.StringHash(System.String)"]
Return Value
Type:
ByteA 20-byte long SHA1 hash.
Exceptions See Also