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