# `GSFontMaster numberValueForId:`

*Instance Method*

## Declaration

```swift
func numberValue(forId ID: String) -> GSValueStore
```

```objc
- (GSValueStore *) numberValueForId:(NSString *) ID;
```

```python
numberValueForId_(ID: str) -> GSValueStore
```

