PackageInfoIsValidStableIdentifier Method |
Determines whether the provided string designates either the stable or the unstable build.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
Booleantrue if the provided string designates either the stable or the unstable build; otherwise,
false.
See Also