LocalizationHelperGetStringFormat Method |
Gets the given string and formats it with the standard String.Format method
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntaxpublic static string GetStringFormat(
string stringName,
params Object[] parameters
)
Parameters
- stringName
- Type: SystemString
String name - parameters
- Type: SystemObject
Parameters for the formatting
Return Value
Type:
String
See Also