---
title: OSDictionaryGetStringValue
framework: driverkit
role: symbol
role_heading: Function
path: driverkit/osdictionarygetstringvalue
---

# OSDictionaryGetStringValue

## Declaration

```occ
const char *OSDictionaryGetStringValue(OSDictionaryPtr obj, const char *key);
```

## See Also

### Getting and Setting Values

- [OSDictionaryGetValue](driverkit/osdictionarygetvalue.md)
- [OSDictionaryGetUInt64Value](driverkit/osdictionarygetuint64value.md)
- [OSDictionarySetValue](driverkit/osdictionarysetvalue.md)
- [OSDictionarySetStringValue](driverkit/osdictionarysetstringvalue.md)
- [OSDictionarySetUInt64Value](driverkit/osdictionarysetuint64value.md)
- [OSDictionaryPtr](driverkit/osdictionaryptr.md)
