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.1.5347.20411)
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