Table of Contents

Method ToDouble

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ToDouble()

Converts this variant to double if possible.

public readonly double ToDouble()

Returns

double

ToDouble(IFormatProvider)

Converts this variant to double if possible using the specified format provider.

public readonly double ToDouble(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

double