TextTransformation.PopIndent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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