Click or drag to resize
ConvertHelperToDecimal Method
将类型装换为decimal类型

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static decimal ToDecimal(
	Object obj,
	[OptionalAttribute] decimal defaultValue
)

Parameters

obj
Type: SystemObject
object类型
defaultValue (Optional)
Type: SystemDecimal
默认值

Return Value

Type: Decimal
decimal类型
See Also