No announcements
Found 275620 threads
-
2 Votes
Converter
I would expect same result from any converter which will take the source and adapt it to the VFP 9 OO environment.Answered | 2 Replies | 1005 Views | Created by JACK0013 - Thursday, March 7, 2013 3:56 PM | Last reply by Pavel Celba - Thursday, March 7, 2013 5:11 PM -
1 Votes
Convertions
using the parse method with in the data type itself. like consider, string str = "12345"; int integer_value = ...Answered | 3 Replies | 2361 Views | Created by Brahma Reddy A - Tuesday, August 30, 2011 3:53 AM | Last reply by N Somesh Kumar - Tuesday, August 30, 2011 6:52 PM -
0 Votes
converting
Usually, you need to have related software to open the file extension ACC, such as DRM Player, Total MP3 Converter and so on.Answered | 7 Replies | 1178 Views | Created by mohammadyasin - Sunday, November 24, 2013 10:51 AM | Last reply by Sofiya Li - Monday, November 25, 2013 9:43 AM -
1 Votes
Convert
You can also take a look at the Convert class, it also has methods to convert between different types.Answered | 2 Replies | 1830 Views | Created by AnjosLopes - Tuesday, July 31, 2012 2:06 PM | Last reply by Adavesh - Tuesday, July 31, 2012 4:02 PM -
2 Votes
convertions
The code you have been provided with converts a HEX string to ASCII.Answered | 9 Replies | 2458 Views | Created by NoAHpWNZ - Friday, September 2, 2011 7:16 PM | Last reply by Devon_Nullman - Sunday, September 4, 2011 1:49 AM -
2 Votes
Converters
Using the triggers will save you writing the converter, that's pretty much all.Answered | 10 Replies | 4531 Views | Created by Anatoliy50 - Wednesday, February 9, 2011 11:56 AM | Last reply by Sheldon _Xiao - Friday, February 11, 2011 1:23 AM -
5 Votes
Convert
On 06/03/2011 11:29, Sofia Kassem wrote: How can I convert from string to char* in c++?Answered | 6 Replies | 4141 Views | Created by Sofia Kassem - Sunday, March 6, 2011 10:29 AM | Last reply by Giovanni Dicanio - Sunday, March 6, 2011 4:47 PM -
0 Votes
convert
You need to first convert integer to character.Answered | 3 Replies | 1347 Views | Created by tsql_new - Friday, March 29, 2013 5:20 PM | Last reply by scott_morris-ga - Friday, March 29, 2013 6:59 PM -
1 Votes
Converting
Well...my first advice would be don't do that ;) It's very, very likely there is a better way to accomplish your goal without converting the Message to a string.Answered | 4 Replies | 601 Views | Created by Edgar Tadevosyan - Friday, June 23, 2017 11:52 AM | Last reply by Johns-305 - Tuesday, June 27, 2017 5:27 AM -
0 Votes
convert
i have some binary numbers i want to change them to alphabets to know what they say please if anyone nows how i can convert them must reply pleaseAnswered | 1 Replies | 1556 Views | Created by ally006 - Monday, January 23, 2012 1:49 PM | Last reply by Marco Minerva - Monday, January 23, 2012 2:02 PM -
0 Votes
Convertion failed when converting datetime to String
IF NOT EXISTS (SELECT 'X' FROM table WHERE Name = 'File' AND CONVERT(varchar,DateAdd, 101) = CONVERT(varchar, getdate(), 101)) Apart from the conversion ...Answered | 7 Replies | 5703 Views | Created by K.Kalyan - Sunday, August 29, 2010 2:09 AM | Last reply by Erland Sommarskog - Sunday, August 29, 2010 8:55 AM -
0 Votes
convert to date
Hi geebee, Could you please try this SELECT CONVERT(CHAR(4), getdate(), 100) + '-'+CONVERT(CHAR(4), getdate(), ...Answered | 17 Replies | 1395 Views | Created by geebee - Wednesday, May 18, 2016 8:18 PM | Last reply by Patrick Hurst - Friday, May 20, 2016 3:14 PM -
0 Votes
Convert dateformat
Thanks you This will work.Finally SELECT Convert(varchar(12),CAST(CONVERT(VARCHAR, getdate(), 101) AS ...Answered | 2 Replies | 873 Views | Created by Ychinnari - Friday, July 22, 2016 12:01 PM | Last reply by Ychinnari - Friday, July 22, 2016 12:09 PM -
1 Votes
How to make Binary converter (text to binary converter)
Thank you M.r Smith for this answer, but i want a text & number converter (i can change the text/numbers to binary) but how can i make a hex ...Answered | 6 Replies | 1000 Views | Created by GhaziSM - Thursday, February 11, 2016 5:38 PM | Last reply by Blackwood - Friday, February 12, 2016 12:43 PM -
0 Votes
Convertion Error
you dont need these convertions etc. just below would be enough DECLARE @A Datetime SET @A = DATEADD(yy,DATEDIFF(yy,0,GETDATE()),0) SELECT ...Answered | 3 Replies | 1150 Views | Created by balakrishna141 - Tuesday, March 11, 2014 10:36 AM | Last reply by Visakh16 - Tuesday, March 11, 2014 10:45 AM -
2 Votes
how to convert
But Cast is part of SQL standard and it is in most cases preferable then convert.Answered | 2 Replies | 1690 Views | Created by i_pr - Friday, April 19, 2013 8:53 AM | Last reply by Marko Frntic - Friday, April 19, 2013 10:47 AM -
0 Votes
String convertion
How would I convert a Binary integer to Hexadecimal Bytes not using strings ?Answered | 2 Replies | 456 Views | Created by Sbrown851 - Tuesday, August 16, 2016 2:41 AM | Last reply by Christopher84 - Tuesday, August 16, 2016 10:10 AM -
7 Votes
Converting an application
Other than converting to DBF format, are you doing anything with the WordPerfect file?Answered | 8 Replies | 1018 Views | Created by A1dyami1994 - Friday, March 6, 2015 5:41 PM | Last reply by mplaza - Wednesday, March 11, 2015 1:51 PM -
1 Votes
Code converting...
Hi, Here's a couple of websites you can ...Answered | 3 Replies | 1819 Views | Created by Andreja Nesic - Saturday, January 21, 2012 8:46 AM | Last reply by Riced - Saturday, January 21, 2012 5:05 PM -
1 Votes
Datetime Convertion
You can use ParseExact to convert any string to a date, if you know its format.Answered | 4 Replies | 3321 Views | Created by zaferaydn - Thursday, May 13, 2010 5:59 AM | Last reply by Louis.fr - Saturday, May 15, 2010 8:47 PM - Items 1 to 20 of 275620 Next ›
No announcements