Contents

CFStringAppendPascalString(_:_:_:)

Appends a Pascal string to the character contents of a CFMutableString object.

Declaration

func CFStringAppendPascalString(_ theString: CFMutableString!, _ pStr: ConstStr255Param!, _ encoding: CFStringEncoding)

Parameters

  • theString:

    The string to which the characters in pStr are appended. If this value is not a CFMutableString object, an assertion is raised.

  • pStr:

    A Pascal string buffer.

  • encoding:

    The string encoding of the characters in pStr.

See Also

CFMutableString Miscellaneous Functions