Table of Contents

Class StringExtensions

Namespace
Squiggles.Core.Extension
Assembly
SquigglesCommon4X.dll

SC4X string extensions

public static class StringExtensions
Inheritance
StringExtensions
Inherited Members

Methods

ParseFloatsSquiggles(string, string)

A custom implementation used interally to parse an array of floats from a string using a delimiter.

public static float[] ParseFloatsSquiggles(this string str, string delim = ",")

Parameters

str string

the string in question

delim string

the delimiter to expect

Returns

float[]

an array of floats parsed from the string