[This is preliminary documentation and is subject to change.]

Fills the display buffer

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected void fillDisplayBuffer(
	ref StringBuilder displaySb,
	string str1,
	string str2,
	string str3
)
Visual Basic (Declaration)
Protected Sub fillDisplayBuffer ( _
	ByRef displaySb As StringBuilder, _
	str1 As String, _
	str2 As String, _
	str3 As String _
)
Visual C++
protected:
void fillDisplayBuffer(
	StringBuilder^% displaySb, 
	String^ str1, 
	String^ str2, 
	String^ str3
)

Parameters

displaySb
Type: System.Text..::.StringBuilder%
The output stringbuilder
str1
Type: System..::.String
First string
str2
Type: System..::.String
Second string
str3
Type: System..::.String
Third string

See Also