Search
Converter.ToColor Method
See Also
 





Converts the specified string value to Color.

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

The string value to convert from.

 Return Value

A Color value that is deserialized from the specified string.

 See Also