StringUtils.SetProperty

Sets a property value in an XML-like structure that can be used to store properties in a string.

public static string SetProperty(string propertyString,
	string key,
	string value)

Parameters

propertyString
String of XML like values (not proper XML)

key
a key in that string

value
the string value to store


See also:

Class StringUtils

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic