/ LJCPHPCodeDoc / LJCTextBuilderLib / LJCTextBuilder / GetIndentString


Returns

The current indent string.

Syntax

JavaScript
GetIndentString()

Returns the current indent string.

Example

JavaScript
// Gets the current indent string.
GetIndentString()
{
  const tb = new LJCTextBuilder();
  tb.AddIndent();

  // Example Method:
  const result = tb.GetIndentString();

  // result:
  // "  "
}

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.