SyntaxHighlighter.ParseColor Method

T3000 CrossPlatform

SyntaxHighlighterParseColor Method

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

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

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected static Color ParseColor(
	string s
)
Protected Shared Function ParseColor ( 
	s As String
) As Color

Dim s As String
Dim returnValue As Color

returnValue = SyntaxHighlighter.ParseColor(s)

Parameters

s
Type: SystemString

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

Return Value

Type: Color

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

See Also