ArchivableDictionary.GetString Method (String, String)

ArchivableDictionaryGetString Method (String, String)

Get value as string, will return defaultValue unless value was created using Set(string key, string value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string GetString(
	string key,
	string defaultValue
)
Public Function GetString ( 
	key As String,
	defaultValue As String
) As String

Parameters

key
Type: SystemString
The key which points to the string
defaultValue
Type: SystemString
The string

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.GetString(System.String,System.String)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also