Does String.ToLower() return the same reference (e.g. without allocating any new memory) if all the characters are already lower-case? return the same reference
Does String.ToLower() return the same reference (e.g. without allocating any new memory) if all the characters are already lower-case? return the same reference