[]
        
(Showing Draft Content)

C1.Android.Core.DoubleArrayTypeConverter.TryParse

TryParse Method

TryParse(string, IReadOnlyList<char>, out double[])

Tries to parse a string into an array of doubles

Declaration
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
Parameters
Type Name Description
string str

The string to parse

IReadOnlyList<char> separators

The separators

double[] doubles

The resulting array

Returns
Type Description
bool