No announcements
Found 4051355 threads
-
0 Votes
Can I Convert object type to String ^_^
Answered | 12 Replies | 3222 Views | Created by Check'on'it - Wednesday, February 9, 2011 2:46 AM | Last reply by James Michael Hare - Wednesday, February 9, 2011 6:12 AM -
1 Votes
How can i convert Platform::String^ to double;
Hi billy, You can convert the string from an Platform::String to a std::wstring via it's Data() method and then use standard C++ to ...Answered | 2 Replies | 5215 Views | Created by billy124 - Monday, February 13, 2012 3:20 AM | Last reply by billy124 - Tuesday, February 14, 2012 2:55 AM -
2 Votes
How can I Convert a System.Drawing.Font to String then back
2) I can store the font returned from a FontDialog as either 'System.Drawing.Font' or as a "String" in ...Answered | 10 Replies | 5109 Views | Created by Martin R P - Tuesday, February 26, 2013 3:23 AM | Last reply by Martin R P - Thursday, February 28, 2013 12:53 AM -
1 Votes
Convert type in string stored to original type
DECLARE @myDATA AS VARBINARY(MAX) SET @myDATA = CAST('123' AS VARBINARY(MAX)) SELECT dbo.CAST1(@myDATA) Note that I have used SqlString (VarChar) as ...Answered | 8 Replies | 2599 Views | Created by Vipul Langalia - Wednesday, August 8, 2012 11:15 AM | Last reply by Erland Sommarskog - Thursday, August 9, 2012 12:24 PM -
3 Votes
Converting a date string to date type
Hi Hilary, Yes it returns a string which is fine in SQL Server side, I would need to convert this string data to date type in Birt.Answered | 7 Replies | 1329 Views | Created by vinnie_Phantom - Friday, August 10, 2018 2:31 PM | Last reply by Xi Jin - Monday, August 13, 2018 2:28 AM -
0 Votes
How can I convert a string to a calculation
If you have say 10 equation types then this can work.Answered | 10 Replies | 1350 Views | Created by Gnighi - Wednesday, July 6, 2016 9:28 PM | Last reply by Juan Davila - Thursday, July 7, 2016 4:58 PM -
0 Votes
how can i convert string to ProtocolType?
i found it must be: ProtocolType typ =(ProtocolType) Enum.Parse(typeof (ProtocolType), "Tcp" ); ThanksAnswered | 5 Replies | 7076 Views | Created by motevallizadeh - Monday, September 14, 2009 10:05 AM | Last reply by motevallizadeh - Tuesday, September 29, 2009 3:36 PM -
2 Votes
How to convert string type to int?
You can use Convert.ToInt32: ord.OrderId = Convert.ToInt32(rdr["OrderId"]); However, be aware that an ...Answered | 2 Replies | 667 Views | Created by Tanzeel23 - Sunday, April 14, 2019 11:23 AM | Last reply by Kareninstructor - Sunday, April 14, 2019 1:06 PM -
2 Votes
Convert the userdefined type to string and string to user defined type
I's not so easy as you wish; You can convert any object to string but to convert it back from string to the defined type you need for ...Answered | 3 Replies | 1027 Views | Created by Ramkumar.B - Thursday, November 14, 2013 10:14 AM | Last reply by RohitArora - Friday, November 15, 2013 4:22 AM -
1 Votes
convert string to datetime?
Hi, I want to convert a sting to a varible with type of datetime?.Answered | 6 Replies | 3763 Views | Created by peter 9 - Tuesday, July 10, 2012 4:17 AM | Last reply by Mitja Bonca - Tuesday, July 10, 2012 2:28 PM -
1 Votes
How can i Convert from DataRowView to string ???
that's really helpful but i hope you keeping your help and explain for me , so by this line you gives me we cast the datarowview to string so at this days i'm studying Microsoft Book ...Answered | 2 Replies | 6932 Views | Created by HESHAM HEMDAN - Sunday, September 27, 2009 12:52 PM | Last reply by HESHAM HEMDAN - Sunday, September 27, 2009 7:27 PM -
0 Votes
Convert Object Type Variable to String
I am not able to map the columns since it can be different everytime.Answered | 7 Replies | 11195 Views | Created by Arun Prithviraj - Monday, October 10, 2011 10:46 AM | Last reply by Shailesh Rajak - Monday, October 10, 2011 11:55 AM -
0 Votes
Value of type string cannot be converted to ....
I see the problem after you pointed it out.Answered | 2 Replies | 3241 Views | Created by Randy Boulter - Monday, February 23, 2015 11:55 PM | Last reply by Randy Boulter - Tuesday, February 24, 2015 10:44 AM -
0 Votes
can not convert between unicode and non unicode string data types
BTW Todd and Nick - if you do want an alternative way of dealing with this kind of thing, you can Convert Several Columns in SSIS With Fewer Clicks.Answered | 5 Replies | 4736 Views | Created by SqlRockss - Thursday, October 28, 2010 8:20 PM | Last reply by Todd McDermid - Friday, October 29, 2010 5:58 PM -
1 Votes
How can I convert a string to a decimal?
Glad I could help!Answered | 3 Replies | 609 Views | Created by _Joan B_ - Friday, December 11, 2015 4:16 PM | Last reply by BonnieB - Monday, December 14, 2015 8:14 PM -
3 Votes
Colum "A" can not convert between unicode and non-unicode string data type.
As others have explained below, the columns data type in the Source and Destination are different (varchar and nvarchar) so you will have to cast/Convert your source column to match ...Answered | 4 Replies | 940 Views | Created by Sadrul Alim - Sunday, November 2, 2014 8:13 AM | Last reply by Dinesh Menon - Sunday, November 2, 2014 2:58 PM -
0 Votes
Value of type 'System.Windows.Forms.TextBox' cannot be converted to 'String'.
I use Microsoft Visual Basic 2008, and I had an error: Error 1 Value of type 'System.Windows.Forms.TextBox' can not be ...Answered | 8 Replies | 15699 Views | Created by Aldian Sukmana - Saturday, May 23, 2015 11:49 AM | Last reply by Armin Zingler - Saturday, May 23, 2015 6:07 PM -
0 Votes
Cannot implicitly convert type 'string' to string
thanks for the help it solved the error but now another error occurs when i try to test the web serviceAnswered | 7 Replies | 3980 Views | Created by JTYR2 - Friday, February 8, 2013 2:32 PM | Last reply by Olaf Helper - Saturday, February 9, 2013 4:37 AM -
0 Votes
How can I convert this string to the image?
So I wanted to convert base64 string to an image.Answered | 8 Replies | 4053 Views | Created by Mohammad Dayyan - Wednesday, June 25, 2008 7:56 PM | Last reply by xalnix - Wednesday, June 25, 2008 10:57 PM -
1 Votes
Value of type string cannot be converted to system.uri?
The error message I got: The value of type string cannot be converted to system.uri.Answered | 4 Replies | 5943 Views | Created by Matt4310 - Tuesday, December 31, 2013 11:07 PM | Last reply by Mr. Monkeyboy - Wednesday, January 1, 2014 1:53 AM - Items 1 to 20 of 4051355 Next ›
No announcements