System::Version::ToString method
Contents
[
Hide
]Version::ToString() const method
Returns the string representation of the version number represented by the current object.
String System::Version::ToString() const
See Also
- Class String
- Class Version
- Namespace System
- Library Aspose.TeX for C++
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
Parameter | Type | Description |
---|---|---|
fieldCount | int | The number of sections of the version number to include in the string representation returned |
ReturnValue
The string representation of the version number represented by the current object
See Also
- Class String
- Class Version
- Namespace System
- Library Aspose.TeX for C++