ArchivableDictionaryTryGetString Method |
Get value as string, will only succeed if value was created using Set(string key, string value)
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool TryGetString(
string key,
out string value
)
Public Function TryGetString (
key As String,
<OutAttribute> ByRef value As String
) As Boolean
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetString(System.String,System.String@)"]
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetString(System.String,System.String@)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetString(System.String,System.String@)"]
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.2
See Also