Search
Converter.FromColor Method
See Also
 





Converts the specified color value to string in the format #AARRGGBB.

Namespace: MindFusion.Json
Package: 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

The value to convert.

 Return Value

A string representing the specified value.

 See Also