Click or drag to resize

DoublePropertyToDecimal Method

[Missing <summary> documentation for "M:Demo3D.Utilities.DoubleProperty.ToDecimal(System.IFormatProvider)"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public decimal ToDecimal(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider

[Missing <param name="provider"/> documentation for "M:Demo3D.Utilities.DoubleProperty.ToDecimal(System.IFormatProvider)"]

Return Value

Type: Decimal

[Missing <returns> documentation for "M:Demo3D.Utilities.DoubleProperty.ToDecimal(System.IFormatProvider)"]

Implements

IConvertibleToDecimal(IFormatProvider)
See Also