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
)
Public Shared Function Version (
version As Integer,
prefix As Boolean
) As String
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:
StringThe string representing the specified scaled version.
See Also