ExtensionsToHTMLBadges Method | |
Gives HTML code for bootstrap style Badges
Namespace:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static string ToHTMLBadges(
this int pValue,
string pTooltipText = "",
DataPlacements pTooltipPlacement = DataPlacements.top
)
<ExtensionAttribute>
Public Shared Function ToHTMLBadges (
pValue As Integer,
Optional pTooltipText As String = "",
Optional pTooltipPlacement As DataPlacements = DataPlacements.top
) As String
Parameters
- pValue
- Type: SystemInt32
number into badges - pTooltipText (Optional)
- Type: SystemString
help text use on editor object tooltip - pTooltipPlacement (Optional)
- Type: SOWIWeb.HelperDataPlacements
tooltip placement (default top)
Return Value
Type:
String[Missing <returns> documentation for "M:SOWIWeb.Helper.Extensions.ToHTMLBadges(System.Int32,System.String,SOWIWeb.Helper.DataPlacements)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Int32. 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