MoneyGetTypeCode Method

Returns the TypeCode for this instance.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9417.0
C#
public TypeCode GetTypeCode()

Return Value

TypeCode
The enumerated constant that is the TypeCode of the class or value type that implements this interface.

Implements

IConvertibleGetTypeCode

See Also