[]
Converts a string into an array of double.
public class DoubleArrayTypeConverter : TypeConverter
Public Class DoubleArrayTypeConverter
Inherits TypeConverter
| Name | Description |
|---|---|
| DoubleArrayTypeConverter() |
| Name | Description |
|---|---|
| Separator | Gets the default separator. |
| Name | Description |
|---|---|
| Parse(string, char) | Parses a string and convert it to an array of double. |
| TryParse(string, IReadOnlyList<char>, out double[]) | Tries to parse a string into an array of doubles |