Creates a String having the given content.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Discussion
If code
is an ill-formed code unit sequence, the result is nil
.
Complexity: O(N), where N is the length of the resulting String
’s UTF-16.