DictionaryContainer.GetUIntValue(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 T:System.UInt32 associated with key
.
protected Nullable<uint> GetUIntValue (Foundation.NSString key);
member this.GetUIntValue : Foundation.NSString -> Nullable<uint32>
Parameters
- key
- NSString
The identifier of the T:System.UInt32.