HotkeysMapping.Parse Method

T3000 CrossPlatform

HotkeysMappingParse Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.HotkeysMapping.Parse(System.String)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public static HotkeysMapping Parse(
	string s
)
Public Shared Function Parse ( 
	s As String
) As HotkeysMapping

Dim s As String
Dim returnValue As HotkeysMapping

returnValue = HotkeysMapping.Parse(s)

Parameters

s
Type: SystemString

[Missing <param name="s"/> documentation for "M:FastColoredTextBoxNS.HotkeysMapping.Parse(System.String)"]

Return Value

Type: HotkeysMapping

[Missing <returns> documentation for "M:FastColoredTextBoxNS.HotkeysMapping.Parse(System.String)"]

See Also