Click or drag to resize

EAPConvertVersion Method (Int32, Boolean)

Return the version string for the specified scaled version.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string Version(
	int version,
	bool prefix
)

Parameters

version
Type: SystemInt32
An EAP scaled version number.
prefix
Type: SystemBoolean
If true, add the prefix 'v' to the returned string

Return Value

Type: String
The string representing the specified scaled version.
See Also