public bool TryGetValue( string key, out string value )
Public Function TryGetValue ( key As String, <OutAttribute> ByRef value As String ) As Boolean
member TryGetValue : key : string * value : string byref -> bool
In This Article