Overload | Description |
---|---|
Value<T>(String,T) | Returns the enumeration value associated with the specified key. |
Value(String,Int16) | Returns the short value associated with the specified key. |
Value(String,Int32) | Returns the integer value associated with the specified key. |
Value(String,Boolean) | Returns the boolean value associated with the specified key. |
Value(String,Single) | Returns the float value associated with the specified key. |
Value(String,Double) | Returns the double value associated with the specified key. |
Value(String,String) | Returns the string value associated with the specified key. |
Value(String,Object) | Returns the object value associated with the specified key. |
Value(String) | Returns the array value associated with the specified key. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)