OracleNumber.Value 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 OracleNumber 結構的值。 這個屬性是唯讀的。
public:
property System::Decimal Value { System::Decimal get(); };
public decimal Value { get; }
member this.Value : decimal
Public ReadOnly Property Value As Decimal
屬性值
介於 -79,228,162,514,264,337,593,543,950,335 到 79,228,162,514, 264,337,593,543,950,335 之間的數字。
備註
如果您嘗試擷取允許範圍以外的值,Oracle 會傳回 「OCI-22053:溢位錯誤」訊息。 ToString使用方法來擷取這類值。