TryDecodeSelectValueString Method
Overloads
TryDecodeSelectValueString(String, out List<String>, out Int32)
Declaration
public static bool TryDecodeSelectValueString(string value, out List<string> items, out int selectedIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | |
| System.Collections.Generic.List<System.String> | items | |
| System.Int32 | selectedIndex |
Returns
| Type | Description |
|---|---|
| System.Boolean |