'Declaration Public Function Replace( _
ByVal replaceTextThe replace text.As System.String _
) As Boolean
public bool Replace(
System.String replaceText
)
public: bool Replace(
System.String replaceText
)
public:
bool Replace(
System.String replaceText
)
Parameters
- replaceText
- The replace text.
Return Value
True if text is replaced successully; otherwise, false.