Apache Lucene.Net 2.4.0 Class Library API

SupportClass.TextSupport.GetCharsFromString Method 

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

public static void GetCharsFromString(
   string sourceString,
   int sourceStart,
   int sourceEnd,
   char[] destinationArray,
   int destinationStart
);

Parameters

sourceString
The String to get the chars from
sourceStart
Position of the String to start getting the chars
sourceEnd
Position of the String to end getting the chars
destinationArray
Array to return the chars
destinationStart
Position of the destination array of chars to start storing the chars

Return Value

An array of chars

See Also

SupportClass.TextSupport Class | (global) Namespace