TextTransformation.Write Method

Definition

Overloads

Write(String)

Write text directly into the generated output

Write(String, Object[])

Write formatted text directly into the generated output

Write(String)

Write text directly into the generated output

public:
 void Write(System::String ^ textToAppend);
public:
 void Write(Platform::String ^ textToAppend);
void Write(std::wstring const & textToAppend);
public void Write (string textToAppend);
member this.Write : string -> unit
Public Sub Write (textToAppend As String)

Parameters

textToAppend
String

Applies to

Write(String, Object[])

Write formatted text directly into the generated output

public:
 void Write(System::String ^ format, ... cli::array <System::Object ^> ^ args);
public void Write (string format, params object[] args);
member this.Write : string * obj[] -> unit
Public Sub Write (format As String, ParamArray args As Object())

Parameters

format
String
args
Object[]

Applies to