Table of Contents

Method WriteLine

Namespace
Innova.Prism.Library.Export
Assembly
Innova.Prism.Library.dll

WriteLine(string)

Write text directly into the generated output

public void WriteLine(string textToAppend)

Parameters

textToAppend string

WriteLine(string, params object[])

Write formatted text directly into the generated output

public void WriteLine(string format, params object[] args)

Parameters

format string
args object[]