Overload List
| Name | Description | |
|---|---|---|
| FormatString(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.
| |
| FormatString(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.
| |
| FormatString(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.
| |
| FormatString(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.
| |
| FormatString(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.
| |
| FormatString(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.
|
See Also