Replaces the format item in the best-match localization of the string
referenced by strKey with the text equivalent of the value of a
specified Object instance.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
Parameters
- strKey
- Type: System String
Key to look up the string to localize containing zero or more format items.
- arg0
- Type: System Object
An Object to format.
Return Value
Type: StringA copy of the localized string in which the first format item has been replaced by the String equivalent of arg0.
See Also