DictionaryContainer.GetUInt16Value(NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the nullable UInt16 associated with the specified key.
protected ushort? GetUInt16Value(Foundation.NSString key);
member this.GetUInt16Value : Foundation.NSString -> Nullable<uint16>
Parameters
- key
- NSString
The identifier of the value to get.
Returns
The stored UInt16 value if present in the dictionary, null otherwise.
Remarks
The stored value must be stored as an NSNumber.