Objective Grid for Microsoft® .NET® Reference Guide

ColorUtils.String2Color Method 

Back to Class Index

Converts string value to a color.

[Visual Basic]
Public Shared Function String2Color( _
   ByVal s As String _
) As Color
[C#]
public static Color String2Color(
   string s
);

Parameters

s
Input String.

Return Value

Equivalent Color Value.

See Also

ColorUtils Class | ColorUtils Members | Stingray.Grid Namespace