Search
Convert.toColor Method
See Also
 






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

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static Color toColor (
    String s
)

 Parameters

s

 Return Value

 See Also