IPluginDependencyToString Method

Returns string representation of IPluginDependency instance using the specified number of significant version parts and with optional simplification.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
string ToString(
	int significantVersionParts,
	bool simplify
)

Parameters

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.

Return Value

String
String representation of IPluginDependency instance.

See Also