Namespace: ConnectedApps.Cms.Sdk.UI.AdminAssembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static HtmlString Decimal(
string id,
Nullable<decimal> defaultDecimal
)
Public Shared Function Decimal (
id As String,
defaultDecimal As Nullable(Of Decimal)
) As HtmlString
public:
static HtmlString^ Decimal(
String^ id,
Nullable<Decimal> defaultDecimal
)
static member Decimal :
id : string *
defaultDecimal : Nullable<decimal> -> HtmlString
Parameters
- id
- Type: SystemString
- defaultDecimal
- Type: SystemNullableDecimal
Return Value
Type:
HtmlString
See Also