'Declaration Public Shared Function GetColor( _ ByVal value As Object _ ) As Nullable(Of Color)
public static Nullable<Color> GetColor( object value )
Parameters
- value
- The object to convert.
Return Value
The converted color, or null if the object could not be converted.