DataHelperGetPartialValue Method |
Gets value from string that has values separated by separator.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetPartialValue(
string values,
string separator,
int index,
string defaultValue
)
Parameters
- values
- Type: SystemString
String values - separator
- Type: SystemString
Separator (for example: ';') - index
- Type: SystemInt32
Index in split string array - defaultValue
- Type: SystemString
Default value
Return Value
Type:
StringSee Also