ObjVerExToString(Boolean) Method

Returns a string representation of the object version.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public string ToString(
	bool humanReadable
)

Parameters

humanReadable  Boolean
If true, it will add the object title to the output.

Return Value

String
String representation of the object "(ObjType-ID-Version)"

See Also