Back to API Reference
Class

IndexEx

static

Extension methods for parsing Index from string representation.

Remarks

Supports C# index syntax: "0" for start-based, "^1" for end-based indices. Used internally for markup parameter parsing.
public static bool TryParse(string text, Index index)

Parses a string into a Index.

See Also