Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
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. |
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