Get a String from byte_length bytes at self copied into Nit memory

The string is cleaned.

Property definitions

core :: flat $ CString :: to_s_with_length
	# Get a `String` from `byte_length` bytes at `self` copied into Nit memory
	#
	# The string is cleaned.
	fun to_s_with_length(byte_length: Int): String do return to_s_unsafe(byte_length)
lib/core/text/flat.nit:1310,2--1313,82