PersistentSettings.GetString Method (String, String)

PersistentSettingsGetString Method (String, String)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetString(System.String,System.String)"]

Namespace:  Rhino
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

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetString(System.String,System.String)"]

defaultValue
Type: SystemString

[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetString(System.String,System.String)"]

Return Value

Type: String

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also