Click or drag to resize

PackageInfoIsValidStableIdentifier Method

Determines whether the provided string designates either the stable or the unstable build.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsValidStableIdentifier(
	string s,
	out bool isUnstable
)

Parameters

s  String
The string..
isUnstable  Boolean
On output, this returns true if the string designates the unstable build.

Return Value

Boolean
true if the provided string designates either the stable or the unstable build; otherwise, false.
See Also