Table of Contents

Method Write

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

Write(string)

Write text directly into the generated output

public void Write(string textToAppend)

Parameters

textToAppend string

Write(string, params object[])

Write formatted text directly into the generated output

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

Parameters

format string
args object[]