Click or drag to resize
DataHelperSetPartialValue Method
Sets new value to string that is separates by separator.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public 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: String
String with new value
See Also