LocalizationHelper GetStringFormat Method Kentico 8.0 API Reference
Gets the given string and formats it with the standard String.Format method

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

stringName
Type: OnlineSystem String
String name
parameters
Type:  OnlineSystem Object 
Parameters for the formatting

Return Value

Type: OnlineString
See Also