Click or drag to resize
ITopBannerSetTextFormat Method
Pipe texts into a string format and display it as the top banner's text

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void SetTextFormat(
	string inFormat,
	params DVar[] inParams
)

Parameters

inFormat
Type: SystemString
the string format
inParams
Type: SurveyToGo.UserLogic.InterfacesDVar
the texts values to pipe in
Examples
TopBanner.SetTextFormat("Good {0}, How {1} you?", "morning", "are") will display this text in the top banner: "Good morning, How are you?"
See Also