Contents

CFLocaleCopyISOCurrencyCodes()

Returns an array of CFString objects that represents all known legal ISO currency codes.

Declaration

func CFLocaleCopyISOCurrencyCodes() -> CFArray!

Return Value

An array of CFString objects that represents all known legal ISO currency codes.Ownership follows the The Create Rule.

Discussion

Note: many of these will not have any supporting locale data in macOS.

See Also

Getting ISO Information