WebPlanner Programmer's Guide

Convert.ToColor Method

See Also
 


Converts the specified string to Color. The string should be in the format #AARRGGBB.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Color ToColor (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToColor ( _
    s As String _
) As Color

 Parameters

s

 Return Value

 See Also