Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: decimal? Decimal(object)

Declaration

public static decimal? Decimal(
    object value
)

Summary

Converts the specified object to a nullable decimal. Returns null if value is null. Throws an ExactConvertException if the object cannot be converted exactly.