Returns string representation of DependencyVersion using the specified number of significant version parts.
The significantVersionParts argument is handled in the following way:
| significantVersionParts | Behavior |
|---|
| 0 | Version part is written unless its value is Empty. | | 1 - 4 |
Trailing zeros are added to the resulting string if the actual number of version parts is less than significantVersionParts.
If all part values after significantVersionParts are zeros then they are not added to the output.
The output is not affected when IsPattern is .
|
|