[]
        
(Showing Draft Content)

C1.Android.Core.DoubleArrayTypeConverter

DoubleArrayTypeConverter Class

Converts a string into an array of double.

Inheritance
DoubleArrayTypeConverter
Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public class DoubleArrayTypeConverter : TypeConverter
Public Class DoubleArrayTypeConverter
    Inherits TypeConverter

Constructors

Name Description
DoubleArrayTypeConverter()

Fields

Name Description
Separator

Gets the default separator.

Methods

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