NSDecimalIsNotANumber(_:)
Returns a Boolean that indicates whether a given decimal contains a valid number.
Declaration
func NSDecimalIsNotANumber(_ dcm: UnsafePointer<Decimal>) -> BoolReturn Value
false if the value in dcm represents a valid number, otherwise true.
Discussion
For more information, see Number and Value Programming Topics.