Share via


TransactedString.Append(String) Method

Definition

Append text to the transacted string.

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

Parameters

text
String

Applies to