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