LocalizationHelperGetStringFormat Method |
Note: This API is now obsolete.
Gets the given string and formats it with the standard String.Format method
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax [ObsoleteAttribute("Use CMS.Helpers.ResHelper.GetStringFormat instead.")]
public static string GetStringFormat(
string stringName,
params Object[] parameters
)
Parameters
- stringName
- Type: SystemString
String name - parameters
- Type: SystemObject
Parameters for the formatting
Return Value
Type:
StringSee Also