Format:
Recent snippets matching tags of Split
/// <summary> /// Splits the id seqence values. /// </summary> /// <param name="combinedArgs">The combined args.</param> /// <returns></returns> private int[] SplitIdSeqenceValues(object combinedArgs) { var args = new int[3]; static readonly Regex _argsSeperator = new Regex(@"\D+", RegexOptions.Compiled);
239 Views
1 comments
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: Benjamin Eidelman -- Create date: 2009-07-23 -- Description: Splits a VARCHAR by a given separator and returns the results into a table -- =============================================
235 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
