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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static string SetPartialValue(
	string values,
	string newValue,
	string separator,
	int index
)

Parameters

values
Type: System.String
String with values
newValue
Type: System.String
New value
separator
Type: System.String
Separator (for example: ';')
index
Type: System.Int32
Index in split string array

Return Value

Type: String
String with new value
See Also