Show / Hide Table of Contents

    Struct TextProcessing.ScopedSplitOptions

    Options to provide the SplitScoped functions with

    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public struct ScopedSplitOptions

    Fields

    AutoReduceScope

    If the scope should automatically be reduced when performing scoped splitting.

    Declaration
    public bool AutoReduceScope
    Field Value
    Type Description
    Boolean

    Default

    The default set of options for the SplitScoped functions

    Declaration
    public static readonly TextProcessing.ScopedSplitOptions Default
    Field Value
    Type Description
    TextProcessing.ScopedSplitOptions

    MaxCount

    The maximum number of items to split the string into. Setting to -1 will allow for an unlimited number.

    Declaration
    public int MaxCount
    Field Value
    Type Description
    Int32

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top