Click or drag to resize
TextBuilderBeginAndSentence Method
Start writing a sentence. The sentence has a leading text and 0 or more text parts that are put together with "and".

Namespace: ArtDatabanken
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void BeginAndSentence(
	string text,
	int numberOfAndParts
)

Parameters

text
Type: SystemString
Text to add.
numberOfAndParts
Type: SystemInt32
Number of and parts in the sentence.
See Also