Share via


TransactedString.ToString Method

Definition

Gets the System.String that represents the transacted transacted string. If this is called within the transaction, it returns the transacted value. Otherwise, it returns the original value.

public:
 override System::String ^ ToString();
public:
 override Platform::String ^ ToString();
 override std::wstring ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

Applies to