Methods
-
Next
Char() Goes to the next character, incrementing the Start position. -
Peek
Char(Int32) Peeks at the next character, without incrementing the Start position. -
Trim
Start() Trims whitespaces at the beginning of this slice starting from Start position.
Properties
-
Current
Char Gets the current character. - End Gets the end character position.
-
Is
Empty Gets a value indicating whether this instance is empty. - Start Gets the current start character position.