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: 19.00.00
Syntax
C#
public decimal ToDecimal(
	IFormatProvider provider
)

Parameters

provider  IFormatProvider

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

Return Value

Decimal

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

Implements

IConvertibleToDecimal(IFormatProvider)
See Also