Inserts SubString into the string at StartPosition
The string to insert into
The string to insert
The position in the string at which to insert
xf.Str.Insert("The King's house", "big ", 12) => The King's big house