Local() Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Provides a string builder that can only be used locally in a method. This StringBuilder MUST not be stored.

public static StringBuilder Local()

Returns