Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Value (OraNumber) Property

Applies To

OraNumber Object

Description

When read, provides a string representation of the value of the OraNumber using the current format string. When set, accepts a variant of type String, OraNumber, or a numeric value. Read and write at runtime.

Arguments

[in] variantval
A variant of type String, OraNumber, or a numeric value.
Usage

string = OraNumber.Value

OraNumber.Value = variantval

Remarks

If Value is set to a numeric type, such as a long, it is limited to the maximum precision Visual Basic provides for numerical values.

If the current format cannot be applied successfully to the value, an error will be raised. An error will also be raised if this property is set to a Variant value that cannot be converted to a number, such as a string of non numeric characters.

Data Type

Variant