Contents

xpc_string_get_string_ptr(_:)

Returns a pointer to the internal storage of a string object.

Declaration

func xpc_string_get_string_ptr(_ xstring: xpc_object_t) -> UnsafePointer<CChar>?

Parameters

  • xstring:

    The string object which is to be examined.

Return Value

A pointer to the string object’s internal storage.

See Also

String objects