fromString

fun fromString(versionString: String): PortalVersion?

A method to create a Version from a String. The string should be of the form "1.2.3" or "1.2".

Since

200.0.0

Parameters

versionString

a String representing a two or three part positive numeric version, separated by dots.