In This Topic
Sets the value of a string with the specified index.
Syntax
'Declaration
Public Sub SetValueAt( _
ByVal As Integer, _
ByVal As String _
)
public void SetValueAt(
int ,
string
)
Parameters
- index
- The string index.
- value
- The new string value.
See Also