StringSlice(String, Int32, Int32) Constructor

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Initializes a new instance of the StringSlice struct.

public StringSlice(string text, int start, int end)

Parameters

text
String

The text.

start
Int32

The start.

end
Int32

The end.