TextBuilderEndSentence Method (String) |
Finish writing a sentence.
Namespace: ArtDatabankenAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public void EndSentence(
string text
)
Public Sub EndSentence (
text As String
)
public:
void EndSentence(
String^ text
)
member EndSentence :
text : string -> unit
Parameters
- text
- Type: SystemString
Text to add.
See Also