Siebel VB Language Reference > Quick Reference: VB Statements and Functions >

VB Strings: String Conversions


The following functions are for string conversion.

Function
Purpose
For More Information

Asc

Returns an integer corresponding to a character code

Asc Function

CCur

Converts a value to currency

CCur Function

CDbl

Converts a value to double-precision floating point

CDbl Function

Chr

Converts a character code to a string

Chr Function

CInt

Converts a value to an integer by rounding

CInt Function

CLng

Converts a value to a long by rounding

CLng Function

CSng

Converts a value to single-precision floating point

CSng Function

CStr

Converts a value to a string

CStr Function

CVar

Converts a number or string to a variant

CVar Function

CVDate

Converts a value to a variant date

CVDate Function

Format

Converts a value to a string using a picture format

Format Function

Val

Converts a string to a number

Val Function

Siebel VB Language Reference