No announcements
Found 2922926 threads
-
0 Votes
Convert to integer as in int()
expression from number+decimal to number only, as I would get 1 from int(1.314116) in desktop VB. What would I use for a Windows Store VB app ...Answered | 2 Replies | 604 Views | Created by Mitchb00 - Wednesday, December 18, 2013 8:29 AM | Last reply by Mitchb00 - Wednesday, December 18, 2013 1:53 PM -
0 Votes
Equivalent of (int or fix) for windows store apps
As was just posted here, you can use thisAnswered | 2 Replies | 582 Views | Created by Me Man - Wednesday, December 18, 2013 10:02 AM | Last reply by Me Man - Wednesday, December 18, 2013 10:21 AM -
0 Votes
Converting string to int
values to count as numeric (such as '\'), I want to create my own function that will only return an integer if the value is able to be converted ...Answered | 1 Replies | 9588 Views | Created by Matthew Allpress - Tuesday, March 21, 2006 6:28 AM | Last reply by Jens K. Suessmeyer - - Tuesday, March 21, 2006 7:44 AM -
0 Votes
C# reading int = 0 as a bool
me saying I can't convert an integer to a bool. I get that 0 is a boolean value but how to I get the program to view it as an ...Answered | 3 Replies | 2917 Views | Created by oldaccounttttttt - Monday, August 16, 2010 12:38 AM | Last reply by oldaccounttttttt - Monday, August 16, 2010 12:53 AM -
1 Votes
Need a way to do XML serialization of enum to/from int without XmlEnum attribute
I have a need to do XML serialization of an enum so that the integer value of the enum is serialized and deserialized as its integer value. By default, enums are ... -
0 Votes
what is the equivalent of mid and CInt in visual basic in csharp ?
;%"; What is CType in csharp ? and the Integer also not exist maybe the Integer means to make the whole line as int ...Answered | 1 Replies | 7542 Views | Created by Chocolade1972 - Thursday, June 9, 2016 6:45 AM | Last reply by RJP1973 - Thursday, June 9, 2016 8:03 AM -
0 Votes
How to sum the (number of contacts is in y axis )-between the data intervals(x-axis)
tContact.new_brandname in(@pBrand) )a left join (select distinct count(tContact.fullname)as names,(sum(CASE ... -
0 Votes
How to convert date to integer?
statement but I dont know how to use that in SSIS this is a update statement in oledb command component... I wanna get ...Answered | 2 Replies | 5490 Views | Created by Gok Sky - Thursday, March 27, 2008 12:25 AM | Last reply by Gok Sky - Thursday, March 27, 2008 4:38 PM -
0 Votes
Convert nvarchar to integer in sql server.
that when I am executing a query in SQL SERVER 2005 to select from database, I need to convert the data from "Nvarchar" to ...Answered | 3 Replies | 35103 Views | Created by Vayl1 - Monday, July 23, 2012 6:10 AM | Last reply by KIRAN3012 - Friday, March 13, 2020 7:01 AM -
1 Votes
Cannot convert CString to integer - wrong value
problem is: summ is a string variable (CString) and value is very big, for example, '116699694205'. I need to convert it to integer variable but result is ...Answered | 3 Replies | 392 Views | Created by сисадмин - Monday, March 21, 2016 8:23 AM | Last reply by davewilk - Monday, March 21, 2016 9:42 AM -
3 Votes
convert integer to string
Note that varchar defaults to one character in a declare statement, but 30 in a cast/convert: declare @i int set @i = ...Answered | 5 Replies | 709430 Views | Created by johngrg - Monday, April 9, 2007 11:58 PM | Last reply by Dhericean - Tuesday, April 10, 2007 9:43 AM -
0 Votes
Inserting a row into a relational database
come to create a new row int the "Interfaces" table i do not know how to insert the foreign key. My Primary Keys in each table are integer ...Answered | 2 Replies | 2447 Views | Created by deviao9 - Saturday, April 10, 2010 9:08 AM | Last reply by deviao9 - Saturday, April 10, 2010 9:57 AM -
4 Votes
How can i convert the String in to integer value for wp8.
Please give me solution. How can i convert this string 9999999999 in to as Integer value. It is not possible to convert it ...Answered | 6 Replies | 1227 Views | Created by SrinivaaS Birlangi - Saturday, February 14, 2015 12:10 PM | Last reply by mSpot Inc - Monday, February 23, 2015 8:18 AM -
0 Votes
C# - Convert ASCII to integer value
I get it! Since myArray is a char[] first I have to convert the character to string, then to integer:Answered | 2 Replies | 49943 Views | Created by ajliaks - Sunday, February 3, 2008 10:46 AM | Last reply by omanvilla - Sunday, December 4, 2011 8:34 AM -
0 Votes
Integer Not Valid
) You could also use the TryParse method to try to convert the string in the TextBox to an ...Answered | 2 Replies | 320 Views | Created by gwboolean - Monday, December 14, 2015 6:05 PM | Last reply by gwboolean - Monday, December 14, 2015 7:28 PM -
8 Votes
Convert datetime to integer
Hi Cherriesh, the integer value returned in this conversion refers to the number of days since Jan 01, 1900. In your second query, the date you have entered ...Answered | 6 Replies | 267465 Views | Created by cherriesh - Monday, August 5, 2013 6:46 AM | Last reply by PJ Dyer - Thursday, May 19, 2016 3:02 PM -
3 Votes
Convert Integer To Time Only In SELECT
Hi, If you have a integer column & Value of that column is nothing but Time in Seconds Then You can use below query to Convert it into Time ...Answered | 3 Replies | 62217 Views | Created by Corneloues - Monday, December 12, 2005 6:56 PM | Last reply by Shivendoo Kumar Dubey - Wednesday, July 4, 2012 3:03 AM -
0 Votes
Formatting Date as integer
I want to for that format the date in YYYYMMDD and MMDDYY, with no '-' as data type is integerAnswered | 2 Replies | 6858 Views | Created by Zadoras - Tuesday, August 8, 2006 1:42 PM | Last reply by Zadoras - Tuesday, August 8, 2006 1:49 PM -
1 Votes
Convert string to int error
[2] in string datatype then only you are able to parse the string value in to integer, int value1 = int.Parse("10"); // Correct ...Answered | 5 Replies | 3893 Views | Created by jervazio - Thursday, December 2, 2010 10:01 AM | Last reply by Jesse Jiang - Wednesday, December 8, 2010 9:25 AM -
0 Votes
Convert Double byte Character to Integer
Hi everybody, I'm building a MFC project C++. I have a text field to be typed a number. I can convert it to integer with English keyboard. But ...Answered | 1 Replies | 1992 Views | Created by Huy Duong Tu - Monday, April 8, 2013 7:58 AM | Last reply by Ilya Tumanov - Friday, April 12, 2013 4:06 PM - Items 1 to 20 of 2922926 Next ›
No announcements