StringBuilder.Replace Method


Definition

public StringBuilder Replace( char oldChar, char newChar, int startIndex, int count );

Parameters

oldCharSystem.Char.
newCharSystem.Char.
startIndexSystem.Int32.
countSystem.Int32.

Return Value

System.Text.StringBuilder.

© 2004-2005 GlobFX Technologies. All rights reserved.