ServerVersion.ToString Method 
      
      [This is preliminary documentation and subject to change.]
     
    
       Returns the string representation of this version in three place dot notation (Major.Minor.Patch). 
      
        [Visual Basic]
        Overrides Public Function ToString() As 
String 
      
        [C#]
        public override 
string ToString();
 
      See Also
      
        ServerVersion Class | Npgsql Namespace