| UtilsLib REALbasic Support Plugin |
|
IHashAlgorithm.Final Method
Use this function when you are done adding bytes to the class that implements the IHashAlgorithm interface.
Final() as String
Parameters
Returns
- String
- The final hash bytes.
Remarks
See Also
IHashAlgorithm Interface