ITextOutputServiceWrite(String) Method |
Writes a string to the output.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Write(
string text
)
Parameters
- text String
- The text to write to the output.
See Also