Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 151685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:29:21+00:00 2026-05-11T09:29:21+00:00

maybe using the latest technologies, in 3.5 SP1, is there a way to short

  • 0

maybe using the latest technologies, in 3.5 SP1, is there a way to short this?

// Bruno: add the empty row with column names // -- select [CRM5].[USERGROUP].[UserGroup_id], [CRM5].[USERGROUP].[name] AS [name] if (col.ToLower().Contains('] as [')) {    // [CRM5].[USERGROUP].[name] AS [name]    splitColumn.Clear();    // clear the list    splitColumn.AddRange(col.Trim().Split(' '));    emptyRow.Append(String.Format(' '' AS {0},', splitColumn[splitColumn.Count - 1])); } else {    // [CRM5].[USERGROUP].[UserGroup_id]    splitColumn.Clear();    // clear the list    splitColumn.AddRange(col.Trim().Split('.'));    emptyRow.Append(String.Format(' '' AS {0},', splitColumn[splitColumn.Count - 1])); 

}

In other words, is there a way to retrieve the last element of a String when split?

maybe

col.Trim().Split('.').Find(x => x.LastItem); 

col is a String

splitColumn is a List < String >

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:29:22+00:00Added an answer on May 11, 2026 at 9:29 am

    Assuming that you’ve imported System.Linq:

    var lastOrNull = ''.Split(' ').LastOrDefault(); 

    To elaborating the above code snippet… this do the trick:

    col = (col ?? '').Split(new char[] { ' ' },      int.MaxValue, StringSplitOptions.RemoveEmptyEntries)         .LastOrDefault();  if (col != null) {      emptyRow.Append(String.Format(' '' AS {0},', col); } 

    Trim() is unnecessary if you specify StringSplitOptions.RemoveEmptyEntries. The above code will not throw if the string is null or empty.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a better way of writing the following method? Using LINQ maybe? Instead
Using PHP ... This is for my personal use so I'm thinking maybe 3-4
I'm kind of new to using HTML/CSS for real, so this maybe a stupid
So, I'm using Facebox 1.3 (latest) I call facebox with a link like this:
How can I automatically (or maybe using a recalculate method) to automatically resize the
Can we accomplish on Winforms both Tunneling and Bubbling? Maybe by using some API
using stdout library it will maybe pass data to logcat or somewhere else which
Maybe it's just the fact that I've been using http://nodejs.org/ lately, but the lack
Maybe I just don't know enough about structs and have been using them blindly
My company is using CM Synergy as it's code version control tool, maybe it's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.