Click or drag to resize

PersistentSettingsGetChar Method (String, Char)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public char GetChar(
	string key,
	char defaultValue
)

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemChar

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

Return Value

Type: Char

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

See Also