| DataHelperSetPartialValue Method | 
            Sets new value to string that is separates by separator.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string SetPartialValue(
	string values,
	string newValue,
	string separator,
	int index
)
Parameters
- values
- Type: SystemString
 String with values
- newValue
- Type: SystemString
 New value
- separator
- Type: SystemString
 Separator (for example: ';')
- index
- Type: SystemInt32
 Index in split string array
Return Value
Type: 
StringString with new value
 See Also
See Also