IDictionaryExtensions.TryGetValue<TValue> 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.
public static bool TryGetValue<TValue> (this System.Collections.Generic.IDictionary<string,object> obj, string name, out TValue value, bool ignoreCase = false);
static member TryGetValue : System.Collections.Generic.IDictionary<string, obj> * string * 'Value * bool -> bool
<Extension()>
Public Function TryGetValue(Of TValue) (obj As IDictionary(Of String, Object), name As String, ByRef value As TValue, Optional ignoreCase As Boolean = false) As Boolean
Type Parameters
- TValue
Parameters
- obj
- IDictionary<String,Object>
- name
- String
- value
- TValue
- ignoreCase
- Boolean
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET