Siebel VB Language Reference > Quick Reference for Siebel VB Methods > Error Handling Methods >

Conversions Quick Reference


The following table lists methods that you can use to convert a value.

Statement
Purpose
Reference

CCur

Converts a value to currency.

Convert Expression to Currency Method

CDbl

Converts a value to a double-precision floating point number.

Convert Expression to Double-Precision Method

CInt

Converts a value to an integer.

Convert Expression to Integer Method

CLng

Converts a value to a long number.

Convert Expression to Long Method

CSng

Converts a value to single-precision, floating point number.

Convert Expression to Single-Precision Method

CStr

Converts a value to a string.

Convert Expression to String Method

CVar

Converts a number or string to a variant.

Convert Expression to Variant Method

CVDate

Converts a value to a date.

Convert Number to Date Method

Siebel VB Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.