 | 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
Syntaxpublic static string GetProperty(
string propertyString,
string key
)
Public Shared Function GetProperty (
propertyString As String,
key As String
) As String
public:
static String^ GetProperty(
String^ propertyString,
String^ key
)
static member GetProperty :
propertyString : string *
key : string -> string
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