SystemOptionsListingGetDecimal Method
Get a system option's value, as a decimal
Namespace: Ignition.Framework.MetadataAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
protected static decimal GetDecimal(
string systemOptionName
)
Protected Shared Function GetDecimal (
systemOptionName As String
) As Decimal
protected:
static Decimal GetDecimal(
String^ systemOptionName
)
static member GetDecimal :
systemOptionName : string -> decimal
- systemOptionName String
- The name of the system option to retrieve
DecimalThe requested system option's value