protected string SUBSTITUTE( string text, string textToSubstitute, string textToReplace )
Protected Function SUBSTITUTE ( _ text As String, _ textToSubstitute As String, _ textToReplace As String _ ) As String
protected: String^ SUBSTITUTE( String^ text, String^ textToSubstitute, String^ textToReplace )