Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Static Public Member Functions | List of all members
Lucene.Net.Support.TextSupport Class Reference

Static Public Member Functions

static void GetCharsFromString (string sourceString, int sourceStart, int sourceEnd, char[] destinationArray, int destinationStart)
 Copies an array of chars obtained from a String into a specified array of chars
 

Detailed Description

Definition at line 24 of file TextSupport.cs.

Member Function Documentation

static void Lucene.Net.Support.TextSupport.GetCharsFromString ( string  sourceString,
int  sourceStart,
int  sourceEnd,
char[]  destinationArray,
int  destinationStart 
)
static

Copies an array of chars obtained from a String into a specified array of chars

Parameters
sourceStringThe String to get the chars from
sourceStartPosition of the String to start getting the chars
sourceEndPosition of the String to end getting the chars
destinationArrayArray to return the chars
destinationStartPosition of the destination array of chars to start storing the chars
Returns
An array of chars

Definition at line 35 of file TextSupport.cs.


The documentation for this class was generated from the following file: