WebPlanner Programmer's Guide

Convert.FromColor Method

See Also
 


Converts the specified Color to string. The resulting string is in the format #AARRGGBB.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static string FromColor (
    Color val
)

Visual Basic  Copy Code

Public Shared Function FromColor ( _
    val As Color _
) As String

 Parameters

val

 Return Value

 See Also