Changes first occurrence of string to new value in text file.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- inFile
- Type:
System String
Input file
- outFile
- Type:
System String
Output file
- oldValue
- Type:
System String
String to be replaced
- newValue
- Type:
System String
String to replace first occurrence
See Also