Get a string representation of the version. This is the concatenation major.minor.release (e.g. "1.2.3") 
 
 
Namespace:  
BCL
 
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
  Syntax
Syntax
 
 
  
  
   
   
    public override string ToString()
    
   
    Public Overrides Function ToString As String
    
   
  
 Return Value
Type: 
 
String
 String representation of the version number
 
  See Also
See Also