Closed
Description
Previous ID | SR-2477 |
Radar | None |
Original Reporter | vadim (JIRA User) |
Type | Task |
Status | Closed |
Resolution | Done |
Additional Detail from JIRA
Votes | 0 |
Component/s | Foundation |
Labels | Task, Linux |
Assignee | @pushkarnk |
Priority | Medium |
md5: 8a45949926d76ca55335b6a0fb493e31
Issue Description:
NumberFormatter.string(for:) does not work with Double, for example.
guard let number = obj as? NSNumber else { return nil }