SvgExtensionsToSvg Method (Identicon)

Renders an Identicon as a Scalable Vector Graphics (SVG) data string.
public static string ToSvg(
	this Identicon icon
)

Parameters

iconJdenticonIdenticon
The identicon to render as SVG.

Return Value

String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Identicon. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference