CogLocalizer FormatString Method (String, Object, Object, Object)Cognex VisionPro 9.20
Replaces the format items in the best-match localization of the string referenced by strKey with the text equivalent of the value of three specified Object instances.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax

public string FormatString(
	string strKey,
	Object arg0,
	Object arg1,
	Object arg2
)

Return Value

Type: String
A copy of the localized string in which the first, second, and third format items have been replaced by the String equivalents of arg0, arg1, and arg2.
See Also