Class SubstringArgs
- Namespace
- SunamoStringSubstring._public.SunamoArgs
- Assembly
- SunamoStringSubstring.dll
Configuration arguments for substring operations.
public class SubstringArgs
- Inheritance
-
SubstringArgs
- Inherited Members
- Extension Methods
Fields
Instance
Singleton instance with default settings.
public static SubstringArgs Instance
Field Value
Properties
IsReturningInputWhenIndexFromExceedsIndexTo
When true, returns the original input instead of throwing when indexFrom exceeds indexTo.
public bool IsReturningInputWhenIndexFromExceedsIndexTo { get; set; }
Property Value
IsReturningInputWhenShorterThanIndexTo
When true, returns the original input instead of empty string when input is shorter than indexTo.
public bool IsReturningInputWhenShorterThanIndexTo { get; set; }