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: ArtDatabankenAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public void BeginAndSentence(
string text,
int numberOfAndParts
)
Public Sub BeginAndSentence (
text As String,
numberOfAndParts As Integer
)
public:
void BeginAndSentence(
String^ text,
int numberOfAndParts
)
member BeginAndSentence :
text : string *
numberOfAndParts : int -> unit
Parameters
- text
- Type: SystemString
Text to add. - numberOfAndParts
- Type: SystemInt32
Number of and parts in the sentence.
See Also