StringUtils.GetProperty

Retrieves a string value from an XML-like string collection that was stored via SetProperty()

public static string GetProperty(string propertyString,
	string key)

Parameters

propertyString
String of XML like values (not proper XML)

key
The key of the property to return or empty string


See also:

Class StringUtils

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