[]
Tries to parse a string into an array of doubles
public static bool TryParse(string str, IReadOnlyList<char> separators, out double[] doubles)
Public Shared Function TryParse(str As String, separators As IReadOnlyList(Of Char), ByRef doubles As Double()) As Boolean
| Type | Name | Description |
|---|---|---|
| string | str | The string to parse |
| IReadOnlyList<char> | separators | The separators |
| double[] | doubles | The resulting array |
| Type | Description |
|---|---|
| bool |