Populates result with the value for the key, if possible.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key to retrieve a value for. - result
- Type: T
The value for the given key, converted to the requested type, or null if unsuccessful.
Type Parameters
- T
- The desired type for the value.
Return Value
Type: Booleantrue if the lookup and conversion succeeded, otherwise false.
See Also