FieldedText TypeScript Library
    Preparing search index...

    Function toIntegerArrayWithResult

    • Parameters

      • value: string

      Returns FtResult<
          number[],
          FtCommaText.ErrorIdPlusExtra<
              | "UnexpectedCharAfterQuotedElement"
              | "QuotesNotClosedInLastElement"
              | "InvalidIntegerString",
          >,
      >