DotNetOpenMail 0.5.7 (beta)

VersionInfo.ToString Method 

Get the current version info as a printable string. This will be of the form A.B.CD, where A is the majorid, B is the minor id, C is the incidental revision, and D is either "a", "b", "rcX" for "alpha", "beta" and "release candidate X", respectively. If it is the release version, D is blank.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: String* ToString();
[JScript]
public override function ToString(): String;

Return Value

See Also

VersionInfo Class | DotNetOpenMail.Utils Namespace