IniKeyValue.ValueDecimal Property

TG.INI

IniKeyValueValueDecimal Property

Gets or Sets the value as a decimal type.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public decimal ValueDecimal { get; set; }
Public Property ValueDecimal As Decimal
	Get
	Set
public:
property Decimal ValueDecimal {
	Decimal get ();
	void set (Decimal value);
}
member ValueDecimal : decimal with get, set

Property Value

Type: Decimal
See Also