Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
Version.ToString Method
Returns the EDK version as a printable string, including information of the build, such as the major, minor, service pack version number, the specific changelist number, and the date of the build. A full EDK version label has this format:
"major.minor.servicepack_changelist (date of build)".
For example, "5.2.0_181354 (May 20 2005)"
public override string ToString();
Return Value
The EDK version as a printable string.
See Also
Version Class | Plumtree.Remote Namespace