GetHashSha256
Gets the SHA256 hash from the given string.
C# Syntax
string NAPI.Util.GetHashSha256(string input);
Parameters
- input: The text to calculate the SHA256 hash from.
Example
// Code here...
Gets the SHA256 hash from the given string.
string NAPI.Util.GetHashSha256(string input);
// Code here...