Click or drag to resize

MediaWikiVersionTryParse(String, MediaWikiVersion) Method

This is preliminary documentation and is subject to change.

Tries to parse a MediaWiki core version number from its string representation.

Namespace: WikiClientLibrary
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public static bool TryParse(
	string version,
	out MediaWikiVersion parsed
)

Parameters

version  String
The version to be parsed.
parsed  MediaWikiVersion
A variable to receive the parsed version value.

Return Value

Boolean
Whether the parsing is successful.
Remarks
This overload does not allow version truncation.
See Also