StringBuilder: Chars (let) |
Sets a character in the string value.
Public Property Let Chars( ByVal Index As Long, ByVal Char As Integer )
Index is zero-based.
Setting a character can only replace an existing character. A character cannot be appended using this method. To append a character use StringBuilder.AppendChar.
Read/Write.