StringExtensions.ToDoubleArray method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Strings.Extensions |
---|---|
Assembly | Skybrud.Essentials.dll |
ToDoubleArray(string)
Extension method
Parses a string of numeric values into an array of Double . Values in the list that can't be converted to Double will be ignored.
public static Double[] ToDoubleArray(this string str)
Parameters
str
String
The comma separated string to be converted.
ToDoubleArray(string, Char[])
Extension method
Parses a string of numeric values into an array of Double . Values in the list that can't be converted to Double will be ignored.
public static Double[] ToDoubleArray(this string str, Char[] separators)