PersistentSettings.GetChar Method (String, Char)

PersistentSettingsGetChar Method (String, Char)

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

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

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)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also