Contents

init(_:)

Creates a string containing the given character.

Declaration

init(_ c: Character)

Parameters

  • c:

    The character to convert to a string.

See Also

Creating a String