RhinoCommon API
SHA1OpenNURBSStringHash Method |
Computes the SHA1 hash of a string, converted to UTF8.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | When input is null. |