Documentation for ParsingTools Class

The ParsingTools class is a utility for converting strings into structured data types, such as lists of integers, floats, enums, or single values. It provides helper methods to streamline the parsing of data from string representations commonly used in external sources like Google Sheets or configuration files.


Class Overview

Purpose

Key Features

  1. Converts strings into lists of integers, floats, enums, or plain strings.
  2. Supports parsing single values like integers, floats, or enums.
  3. Handles common use cases for working with delimited data.

Methods

1. GetIntList(string s, char separator = '/')


2. GetFloatList(string s, char separator = '/')