Method ExtString.Insert
Overload
Inserts other string.
public static string Insert(this string t, Index startIndex, string s)
Parameters
|
t (string)
This string. |
|
startIndex (Index)
Offset in this string. Can be from end, like |
|
s (string)
String to insert. |
Returns
|
string
The result string. |
Exceptions
|
ArgumentOutOfRangeException
Invalid startIndex. |