Set a String value.

Syntax

ISKeyValueList.SetString(key, value, [encrypted], [userDefinedIndex], [normaliseNewLines])

Parameters

NameTypeOptionalByRefDescription
key String The Key.
value String The Value.
encrypted Boolean Optional Indicates whether the value should be encrypted when this object is persisted to an XML String. If omitted, a value of False is assumed.
userDefinedIndex Integer Optional <para> The User Defined Index (-2 to 99) if applicable. </para> <para> A value of -1 clears the index and means that this item will not be stored in database fields User0-User9. </para> <para> A value of -2 (the default) retains any existing UserDefinedIndex property for this item. </para> If omitted, a value of -2 is assumed.
normaliseNewLines Boolean Optional Indicates whether to ensure that all new lines are vbCrLf (char 13 + char 10). If omitted, a value of False is assumed.
Member of:
ISKeyValueList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0