ToString()
Version::ToString() const method
Returns the string representation of the version number represented by the current object.
String System::Version::ToString() const
Version::ToString(int) const method
Returns the string representation of the specified number of sections of version number represented by the current object.
String System::Version::ToString(int fieldCount) const
Arguments
Parameter | Type | Description |
---|---|---|
fieldCount | int | The number of sections of the version number to include in the string representation returned |
Return Value
The string representation of the version number represented by the current object
See Also
- Class String
- Class Version
- Namespace System
- Library Aspose.Slides