Returns the current version.
Namespace:
BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
public static string getVersion()
Public Shared Function getVersion As String
Return Value
Type:
String
A string containing the current version number.
Examples
string version = XPRB.getVersion();
See Also