IPluginDependencyToString Method
Returns string representation of
IPluginDependency instance using the specified number of significant version parts and with optional simplification.
Namespace: SMath.Extensibility.SetupAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
string ToString(
int significantVersionParts,
bool simplify
)
Function ToString (
significantVersionParts As Integer,
simplify As Boolean
) As String
String^ ToString(
int significantVersionParts,
bool simplify
)
abstract ToString :
significantVersionParts : int *
simplify : bool -> string
- significantVersionParts Int32
-
A value from 0 to 4 which specifies the number of significant version parts in the resulting string.
- simplify Boolean
- Specifies whether to simplify the string output.
StringString representation of
IPluginDependency instance.