Overload | Description |
---|---|
TryGetValue(String,Boolean) | Retrieves the named value from the storage |
TryGetValue(String,Byte) | Retrieves the named value from the storage |
TryGetValue(String,SByte) | Retrieves the named value from the storage |
TryGetValue(String,Char) | Retrieves the named value from the storage |
TryGetValue(String,DateTime) | Retrieves the named value from the storage |
TryGetValue(String,TimeSpan) | Retrieves the named value from the storage |
TryGetValue(String,Decimal) | Retrieves the named value from the storage |
TryGetValue(String,Double) | Retrieves the named value from the storage |
TryGetValue(String,Single) | Retrieves the named value from the storage |
TryGetValue(String,Guid) | Retrieves the named value from the storage |
TryGetValue(String,Uri) | Retrieves the named value from the storage |
TryGetValue(String,Int16) | Retrieves the named value from the storage |
TryGetValue(String,UInt16) | Retrieves the named value from the storage |
TryGetValue(String,Int32) | Retrieves the named value from the storage |
TryGetValue(String,UInt32) | Retrieves the named value from the storage |
TryGetValue(String,Int64) | Retrieves the named value from the storage |
TryGetValue(String,UInt64) | Retrieves the named value from the storage |
TryGetValue(String,String) | Retrieves the named value from the storage |
TryGetValue(String,Version) | Retrieves the named value from the storage |
TryGetValue(String,Type,Object) | Retrieves the named value from the storage |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7