West Wind Application Settings for .NET |
wwUtils.GetUrlEncodedKey
|
Retrieves a value by key from a UrlEncoded string.
Syntax: |
public static string GetUrlEncodedKey( string UrlEncodedString, string Key ); |
| Return: | returns the value or "" if the key is not found or the value is blank |
| Parameters: |
UrlEncodedString UrlEncoded String Key
|