Click or drag to resize

ColorToString Method

Returns the Color as a formatted String The string format returned, must be serializable, as the string is used to serialize the Color in the Model layer.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String

[Missing <returns> documentation for "M:Livit.Learn.Model.Color.ToString"]

See Also