Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: explicit operator JsonNumber(decimal?)

Declaration

public static explicit operator JsonNumber(
    decimal? value
)

Summary

Converts the specified nullable decimal to a JsonNumber value. This operator is slightly lossy; see Remarks on JsonNumber.