HtmlForgeX

API Reference

Class

DisplayExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Extension methods for the Display enum.

Inheritance

  • Object
  • DisplayExtensions

Methods

public static String EnumToString(Display value) #
Returns: String

Converts the enum value to its lowercase CSS string representation.

Parameters

value HtmlForgeX.Display requiredposition: 0
Display enumeration value.

Returns

The CSS text for the display value.