StringTokenizer Struct

Definition

Tokenizes a String into StringSegments.

public value class StringTokenizer : System::Collections::Generic::IEnumerable<Microsoft::Extensions::Primitives::StringSegment>
public struct StringTokenizer : System.Collections.Generic.IEnumerable<Microsoft.Extensions.Primitives.StringSegment>
public readonly struct StringTokenizer : System.Collections.Generic.IEnumerable<Microsoft.Extensions.Primitives.StringSegment>
type StringTokenizer = struct
    interface seq<StringSegment>
    interface IEnumerable
Public Structure StringTokenizer
Implements IEnumerable(Of StringSegment)
Inheritance
StringTokenizer
Implements

Constructors

StringTokenizer(String, Char[])

Initializes a new instance of StringTokenizer.

StringTokenizer(StringSegment, Char[])

Initializes a new instance of StringTokenizer.

Methods

GetEnumerator()

Initializes a new instance of StringTokenizer.Enumerator.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<StringSegment>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Extension Methods

CopyToDataTable<T>(IEnumerable<T>)

Returns a DataTable that contains copies of the DataRow objects, given an input IEnumerable<T> object where the generic parameter T is DataRow.

CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption)

Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter T is DataRow.

CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler)

Copies DataRow objects to the specified DataTable, given an input IEnumerable<T> object where the generic parameter T is DataRow.

Applies to