xpc_string_get_length(_:)
Returns the length of the underlying string.
Declaration
func xpc_string_get_length(_ xstring: xpc_object_t) -> IntParameters
- xstring:
The string object which is to be examined.
Return Value
The length of the underlying string, not including the NULL-terminator.