Click or drag to resize

StringUtilsGetProperty Method

Retrieves a value from an XML-like string

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string GetProperty(
	string propertyString,
	string key
)

Parameters

propertyString
Type: SystemString

[Missing <param name="propertyString"/> documentation for "M:Koden.Utils.StringUtils.GetProperty(System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Koden.Utils.StringUtils.GetProperty(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.GetProperty(System.String,System.String)"]

See Also