Table of Contents

Method ToDecimal

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

ToDecimal()

Converts this variant to decimal if possible.

public readonly decimal ToDecimal()

Returns

decimal

ToDecimal(IFormatProvider)

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

public readonly decimal ToDecimal(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

decimal