No announcements
Found 1434365 threads
-
3 Votes
Method string parameters - Trim
Unfortunately, I don't know how workable that would be, since I have many methods taking string parameters, and I can't change their signatures.Answered | 12 Replies | 3625 Views | Created by Dr Griff - Wednesday, October 20, 2010 3:57 PM | Last reply by Dr Griff - Thursday, November 4, 2010 9:09 AM -
0 Votes
trimming string
hi, Trim() can be used.Answered | 3 Replies | 2932 Views | Created by Sheen Ismhael Lim - Monday, March 15, 2010 5:38 AM | Last reply by aniruddha84 - Monday, March 15, 2010 8:29 AM -
0 Votes
string trim multiple characters
Hi Steven, You can use Visual C# Extension Methods and extend a method for string type to doing this new approach. e.g.Answered | 4 Replies | 12721 Views | Created by StevenIB - Wednesday, April 21, 2010 5:40 AM | Last reply by Yasser Zamani - Mr. Help - Wednesday, April 21, 2010 8:50 AM -
0 Votes
Trim Strings
Yo could also use the The String Functions Left and Right.Answered | 2 Replies | 3017 Views | Created by Easytime - Thursday, July 22, 2010 1:20 PM | Last reply by LikeToCode - Thursday, July 22, 2010 2:59 PM -
0 Votes
Is there a text trimming that trims inside the string?
Graphical path trimming of the kind that was available in GDI/GDI+ is not currently available in WPF.Answered | 4 Replies | 3925 Views | Created by JRQ - Sunday, June 7, 2009 4:15 AM | Last reply by JRQ - Monday, June 8, 2009 6:25 PM -
1 Votes
Trimming a String
string Str1 = "XXXXX PQR"; string remove = ...Answered | 8 Replies | 3610 Views | Created by WolverineV9 - Thursday, December 16, 2010 5:54 AM | Last reply by vijaykamat - Thursday, December 16, 2010 6:38 AM -
2 Votes
string trim
use System.IO.Path to get the file name, just like below, string filePath = ...Answered | 2 Replies | 1931 Views | Created by Haris Hussain - Wednesday, August 17, 2011 7:14 AM | Last reply by Adavesh - Wednesday, August 17, 2011 8:08 AM -
2 Votes
string trim
tx this works but i would have to add a "@" in front of every string.Answered | 5 Replies | 1810 Views | Created by Tiaan stassen - Monday, October 22, 2012 2:05 PM | Last reply by Thorsten Gudera - Monday, October 22, 2012 2:27 PM -
0 Votes
Trim() to a Null or Empty String?
Does Trim(Null) return an empty string?Answered | 3 Replies | 4904 Views | Created by UpTide - Friday, July 12, 2013 7:44 PM | Last reply by UpTide - Monday, July 15, 2013 1:14 PM -
1 Votes
FFDasm.exe - Dont trim the string
Hi, pad_char_type = "none" this will work for whitespaces at both ends i.e. at the start and the end of string.Answered | 5 Replies | 1093 Views | Created by Joseph OOOO - Wednesday, December 4, 2013 2:34 AM | Last reply by namnl - Friday, December 13, 2013 6:16 AM -
0 Votes
Contract warning with String Functions and Trim
Hi Alex, you ran into a bug in the current release which fails to see that Trim is pure and returns the same value both times.Answered | 2 Replies | 5059 Views | Created by Alexander Wurzinger - Wednesday, February 18, 2009 10:34 AM | Last reply by Manuel Fahndrich - Sunday, March 1, 2009 6:24 AM -
1 Votes
Testing Null and trimming string
MyField.Value is nothing, "", Trim(Fields!Answered | 7 Replies | 14153 Views | Created by Clu82 - Friday, October 14, 2011 10:18 PM | Last reply by Clu82 - Monday, October 17, 2011 4:45 PM -
0 Votes
How to pass trim servername as parameter ?
Hi, Add Param2 as a hidden and use an expression to specify the default value below: =Split(Parameters!Answered | 1 Replies | 1472 Views | Created by MSSQLRahzel - Monday, January 7, 2013 4:24 PM | Last reply by krootz - Monday, January 7, 2013 4:43 PM -
0 Votes
trimming
Hi Riten900, Be aware that the String.Split( Char[] ) will return an array of string, but a string.Answered | 6 Replies | 3651 Views | Created by Riten900 - Wednesday, March 9, 2011 1:05 AM | Last reply by Ouch Liu - Wednesday, March 9, 2011 3:22 AM -
1 Votes
Trim a string after a particular word
and"); string myString = "My Name is Pradeep and I'm 10 years old"; string result = rgx.Match(myString).Value; Noam B.Answered | 6 Replies | 48727 Views | Created by Pradeep Gunawardhana - Wednesday, March 23, 2011 9:03 AM | Last reply by Noam B - Wednesday, March 23, 2011 9:51 AM -
0 Votes
Help with trimming character strings?
This just trims off the first word, and looks for matches.Answered | 16 Replies | 2972 Views | Created by UselessUser - Monday, February 27, 2012 8:30 AM | Last reply by johnqflorida - Monday, February 27, 2012 5:30 PM -
0 Votes
Trim function for Platform::String
It is not for Platform::String and isn't available to native (C++) apps.Answered | 1 Replies | 596 Views | Created by nicooplusplus - Wednesday, August 31, 2016 3:54 PM | Last reply by Rob Caplan [MSFT] - Wednesday, August 31, 2016 5:33 PM -
1 Votes
Trim the left string.
I want to trim from the field 'Group Criteria' which has couple of values as below.Answered | 3 Replies | 978 Views | Created by Ri1_2 - Thursday, October 18, 2018 8:13 PM | Last reply by Puzzle_Chen - Friday, October 19, 2018 9:15 AM -
0 Votes
How to trim a series of characters from a string?
I have been playing around with it a great deal, but haven't come up with a solution, as the values can be different (And all of the string trimming functions seem to be for specific ...Answered | 8 Replies | 3899 Views | Created by MLyons10 - Monday, March 9, 2009 6:21 PM | Last reply by C_Newbie01 - Monday, March 16, 2009 12:59 AM -
2 Votes
C# trimming string or string manipulation
Hello Copsey, Supose i want to trim all the charactes at the end of a string.Answered | 15 Replies | 8526 Views | Created by StevenIB - Monday, January 4, 2010 9:18 PM | Last reply by La07K - Thursday, August 30, 2018 5:50 AM - Items 1 to 20 of 1434365 Next ›
No announcements