Basic function for splitting string based on delimiter. Long term for performance reasons we should aim to phase out GetParam being used everywhere and instead call this and grab by index. GetParam is inefficient as it will reparse the string every time splitting based on the specified character.
Basic function for splitting string based on delimiter. Long term for performance reasons we should aim to phase out GetParam being used everywhere and instead call this and grab by index. GetParam is inefficient as it will reparse the string every time splitting based on the specified character.