HueString Class

Specifies a list of hue values as a string.
[TypeConverterAttribute(typeof(HueStringConverter))]
public class HueString : IFormattable, IEquatable<HueString>
View source
Namespace
Jdenticon.Rendering
Package
PackageJdenticon-net (since v3.0.0)
Inheritance
SystemObject Jdenticon.RenderingHueString

Constructors

Public methodHueString(String)
Parses a list of hues specified as a string.
Public methodHueString(HueCollection)
Creates a HueString instance containing the hue values from a specified HueCollection.
Public methodHueString(String, IFormatProvider)
Parses a culture-specific list of hues specified as a string.

Properties

Public propertyStatic memberEmpty
Gets a HueString with no hue values.

Methods

Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
Public methodEquals(HueString)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
Public methodStatic memberParse(String)
Parses a list of hues specified as a string.
Public methodStatic memberParse(String, IFormatProvider)
Parses a culture-specific list of hues specified as a string.
Public methodToCollection
Gets a HueCollection containing the hues in this HueString.
Public methodToString
Creates a string representation of these hues. The result can be parsed using HueString(String).
Public methodToString(IFormatProvider)
Creates a culture-specific string representation of these hues. The result can be parsed using HueString(String, IFormatProvider).

Operators

Public operatorStatic memberEquality
Checks if the two HueString have the same hue values.
Public operatorStatic memberInequality
Checks if the two HueString have different hue values.

See Also

Reference