Saturday, August 14, 2010

Visual Basic String Function : Str

Purpose : The Str function converts numeric data into an unformatted string.

Syntax :
str ( number )

number : Numeric data to convert to a string

s = Str ( txtNumber.Text )

The Str function translates a number into a string or byte array. Str does not formatting.

No comments:

Post a Comment