IdenticonRequest Class

Holds the information needed to render a requested icon, and supports serializing to and from String.
public class IdenticonRequest
View source
Namespace
Jdenticon
Package
PackageJdenticon-net
Inheritance
SystemObject JdenticonIdenticonRequest

Constructors

Public methodIdenticonRequest
Initializes a new instance of the IdenticonRequest class

Properties

Public propertyFormat
Gets or sets the file format of the requested icon.
Public propertyHash
Gets or sets the hash that the requested icon will be based on.
Public propertySize
Gets or sets the size of the requested icon in pixels.
Public propertyStyle
Gets or sets the style of the requested icon. If no style is set the default style is used.

Methods

Public methodToString
Serializes this request to a string that can be deserialized using TryParse(String, IdenticonRequest)
Public methodStatic memberTryParse

See Also

Reference