Groups | Blog | Home
all groups > sql server reporting services > september 2004 >

sql server reporting services : covert from string to integer


Lev Semenets [MSFT]
9/17/2004 4:52:24 PM
=CInt("16") should work
or
=Int32.Parse("16")

--
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

ad
9/18/2004 5:54:43 AM
Are there any function to conver a string to integer?
like it can convert a string "16" to a number 16

AddThis Social Bookmark Button