No announcements
Found 1846724 threads
-
2 Votes
Problem converting a string to integer
Hi Udayboppana, Is your problem solved, or not?Answered | 6 Replies | 1897 Views | Created by RVD's - Friday, December 14, 2012 2:12 PM | Last reply by Chris Sijtsma - Monday, December 17, 2012 10:44 AM -
2 Votes
vb.net convert double to integer
integer to int32 or string to integer and so on make me mad.Answered | 16 Replies | 13749 Views | Created by PaoloDeBeneditis - Monday, July 17, 2017 12:51 PM | Last reply by Cherry Bu - Tuesday, August 1, 2017 4:29 AM -
18 Votes
Convert String to Integer in c#
I share similar information through the article titled [How to Handle Exception to Convert String to Integer (Int32) with C#], or in ...Answered | 14 Replies | 345422 Views | Created by Antony Romar M G - Friday, June 4, 2010 5:43 AM | Last reply by Rooha Ali - Saturday, September 14, 2013 1:47 PM -
1 Votes
how to convert a string to an integer
You face many different problems with this strategy, so you will want to look for a safer approach.Answered | 5 Replies | 3403 Views | Created by SSISNewbie345 - Monday, August 6, 2012 5:52 PM | Last reply by Samuel Lester - MSFT - Monday, August 13, 2012 2:58 PM -
6 Votes
Convert Label.Text to Integer
The standard conversion for VB to integers is CInt.Answered | 4 Replies | 13073 Views | Created by iffi_nice - Monday, May 6, 2013 8:23 AM | Last reply by iffi_nice - Saturday, May 11, 2013 9:44 AM -
2 Votes
how to convert from string to integer
I have a strg that is strg=textbox1.text and I want to use this string to add it to an ...Answered | 15 Replies | 2137 Views | Created by Titanium man11 - Wednesday, May 15, 2013 3:34 PM | Last reply by Mr. Monkeyboy - Thursday, May 16, 2013 4:08 AM -
0 Votes
Single Byte Unsigned Integer
Single Byte Unsigned Integer goes from 0 to 255.Answered | 5 Replies | 7484 Views | Created by NSG12 - Wednesday, March 21, 2012 5:53 PM | Last reply by NSG12 - Wednesday, March 21, 2012 6:19 PM -
13 Votes
Converting Double To Integer
I was a little confused about what you meant by "real/true," since the direct cast also converts it to a real integer.Answered | 8 Replies | 153434 Views | Created by robcarr2 - Saturday, September 2, 2006 5:09 PM | Last reply by Anil Sachin - Monday, November 14, 2011 12:31 PM -
2 Votes
Visual Basic, Convert integer to Real
#2) The "Real" number type is almost always a Single with the bytes in reverse - simply reverse the byte array and use a BitConverter to ...Answered | 5 Replies | 4941 Views | Created by Arde_001 - Friday, September 4, 2009 5:47 AM | Last reply by Reed Kimble - Monday, September 7, 2009 2:53 AM -
0 Votes
Error in converting String contain "." to Integer
http://stackoverflow.com/questions/3395381/c-sharp-converting-a-string-containing-a-floating-point-to-an-integer Thanks, Raj ...Answered | 3 Replies | 1878 Views | Created by Jason2726 - Monday, March 19, 2012 5:14 AM | Last reply by Rajnikant Rajwadi - Monday, March 19, 2012 7:01 AM -
8 Votes
Convert datetime to integer
Also you can try Dateformat option, declare @testdate datetime='2002-12-20 11:59:59' select cast(CONVERT(varchar(20),@testdate,112) as ...Answered | 6 Replies | 323406 Views | Created by cherriesh - Monday, August 5, 2013 6:46 AM | Last reply by PJ Dyer - Thursday, May 19, 2016 3:02 PM -
0 Votes
convert varchar to integer
here is the error I get Conversion failed when converting date and/or time from character string.Answered | 8 Replies | 4480 Views | Created by SQL_Gun - Monday, July 16, 2012 10:07 PM | Last reply by Sumit.M - Tuesday, July 17, 2012 3:45 AM -
0 Votes
VBA INSERT INTO converts text recordset into integer problem
This encloses the value in single quotes, forcing Access to interpret it as a text value.Answered | 2 Replies | 542 Views | Created by icyrius - Thursday, April 7, 2016 7:03 PM | Last reply by icyrius - Thursday, April 7, 2016 7:18 PM -
3 Votes
How to convert integer to binary
Bin(ByVal des As Integer) Dim a As Integer Dim b As ...Answered | 10 Replies | 36972 Views | Created by Lasha89 - Friday, February 19, 2010 2:48 PM | Last reply by WayneAKing - Wednesday, January 22, 2020 1:02 PM -
3 Votes
Converting a String Variable to an Integer Variable
When you come back, if you still have any problems, please feel free to follow up.Answered | 10 Replies | 11335 Views | Created by Pieter de Vries - Monday, July 5, 2010 6:37 PM | Last reply by Liliane Teng - Monday, July 12, 2010 2:56 AM -
0 Votes
convert TextBox content to integer
http://forums.asp.net/t/972437.aspx?Answered | 3 Replies | 2403 Views | Created by sirMilt - Saturday, February 21, 2015 6:11 PM | Last reply by Khanna Gaurav - Saturday, February 21, 2015 6:31 PM -
4 Votes
Convert an Integer to Time Format
Using the TimeSpan to track the time instead of an Integer just makes it easier to manipulate the value by various amounts and convert it for output display.Answered | 10 Replies | 16497 Views | Created by Bolkonsky - Tuesday, January 18, 2011 1:13 AM | Last reply by dbasnett - Wednesday, January 19, 2011 11:03 PM -
0 Votes
Converting Long to Integer
CraigMuckleston said: I am converting a bit of C# code VB: int seed = (int)DateTime.Now.Ticks; This works fine in C# My VB ...Answered | 5 Replies | 3307 Views | Created by CraigMuckleston - Tuesday, September 30, 2008 3:48 PM | Last reply by Cor Ligthert - Wednesday, October 1, 2008 11:00 AM -
0 Votes
How to convert integer value into a fixed sized byte array and back to integer.
Thanks Vinoth, BitConverter.ToInt16 converted by 2 bytes into Int16.Answered | 6 Replies | 1989 Views | Created by Om Prakasah Shakya - Wednesday, September 2, 2015 6:10 PM | Last reply by VinothRajendran - Thursday, September 3, 2015 12:54 PM -
0 Votes
convert integer to string
Do you mean to convert/translate the value "1" in your textbox to the string "one", "53" to "fifty three" and so on...?Answered | 6 Replies | 2957 Views | Created by Georges Naffah - Tuesday, June 26, 2012 1:05 PM | Last reply by Armin Zingler - Tuesday, June 26, 2012 3:49 PM - Items 1 to 20 of 1846724 Next ›
No announcements