CodeTextsWithHashComputeScriptTextHash Method |
Computes a hash value from the provided script text(s).
Namespace: Altaxo.Main.Services.ScriptCompilationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string ComputeScriptTextHash(
IEnumerable<string> scripts
)
Parameters
- scripts IEnumerableString
- The scripts.
Return Value
StringA hash value that uniquely identifies the script text.
See Also