PersistentSettings.TryGetChar Method (String, Char)

PersistentSettingsTryGetChar Method (String, Char)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetChar(
	string key,
	out char value
)
Public Function TryGetChar ( 
	key As String,
	<OutAttribute> ByRef value As Char
) As Boolean

Parameters

key
Type: SystemString

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

value
Type: SystemChar

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also