mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Question: StringSlice.Text #373
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hawkerm on GitHub (Jun 1, 2020).
It seems like the
Textproperty of each StringSlice object returns the entire original string? I was kind of expecting it to just return the current slice of the string. But it seems for that, I want to useToString()?@MihaZupan commented on GitHub (Jun 1, 2020):
Correct, use
ToStringto get the substring