Click or drag to resize

CodeTextsWithHashComputeScriptTextHash Method

Computes a hash value from the provided script text(s).

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string ComputeScriptTextHash(
	IEnumerable<string> scripts
)

Parameters

scripts  IEnumerableString
The scripts.

Return Value

String
A hash value that uniquely identifies the script text.
See Also