TextTransformation.PopIndent Method

Definition

Remove the last indent that was added with PushIndent

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

Returns

The removed indent string

Applies to