Click or drag to resize

StringUtilsSetProperty Method

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

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

Parameters

propertyString
Type: SystemString

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

key
Type: SystemString

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

value
Type: SystemString

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

Return Value

Type: String

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

See Also