14.18.1.4 Description

This member function dynamically allocates memory for a string, or returns a nil pointer if it cannot perform the allocation. It allocateslen+1 characters so that the resulting string has enough space to hold a trailing NULL character. Free the memory allocated by this member function by calling the CORBA::string_free member function.

This function does not throw CORBA exceptions.