VersionSpecPrettyPrint Method |
Returns a string with a nice human readable bit of text describing the version spec.
Namespace: semver.toolsAssembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string PrettyPrint()
Public Function PrettyPrint As String
public:
String^ PrettyPrint()
member PrettyPrint : unit -> string
Return Value
Type:
String
See Also