Initializing help system before first use

getVersion Method

Returns the current version.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public static string getVersion()

Return Value

Type:  String
A string containing the current version number.
Examples
string version = XPRB.getVersion();
See Also