String.Replace Method


Definition

public string Replace( char oldchar, char newchar );

Parameters

oldcharSystem.Char.
newcharSystem.Char.

Return Value

System.String.

© 2004-2005 GlobFX Technologies. All rights reserved.