LocalizationHelper GetStringFormat Method Kentico 8.1 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.1.5347.20411)

Parameters

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

Return Value

Type: OnlineString
See Also