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