Click or drag to resize

ArchivableDictionaryGetString Method (String)

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)
Since: 5.0
Syntax
public string GetString(
	string key
)

Parameters

key
Type: SystemString
The key which points to the string

Return Value

Type: String
The string
See Also