CogLocalizer FormatString Method Cognex VisionPro 9.8 SR1
Overload List

  NameDescription
Public methodFormatString(String, Object)
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.
Public methodFormatString(String, Object, Object)
Replaces the format items in the best-match localization of the string referenced by strKey with the text equivalent of the value of two specified Object instances.
Public methodStatic memberFormatString(Type, String, Object)
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.
Public methodFormatString(String, Object, Object, Object)
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.
Public methodStatic memberFormatString(Type, String, Object, Object)
Replaces the format items in the best-match localization of the string referenced by strKey with the text equivalent of the value of two specified Object instances.
Public methodStatic memberFormatString(Type, String, Object, Object, Object)
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.
Top
See Also