SpanHelpersParseDouble Method
Namespace: Avalonia.UtilitiesAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static double ParseDouble(
this ReadOnlySpan<char> span,
IFormatProvider provider
)
<ExtensionAttribute>
Public Shared Function ParseDouble (
span As ReadOnlySpan(Of Char),
provider As IFormatProvider
) As Double
[<ExtensionAttribute>]
static member ParseDouble :
span : ReadOnlySpan<char> *
provider : IFormatProvider -> float
- span ReadOnlySpanChar
-
- provider IFormatProvider
-
DoubleIn Visual Basic and C#, you can call this method as an instance method on any object of type
ReadOnlySpanChar. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).