public static GetCharsFromString ( string sourceString, int sourceStart, int sourceEnd, char &destinationArray, int destinationStart ) : void | ||
sourceString | string | The String to get the chars from |
sourceStart | int | Position of the String to start getting the chars |
sourceEnd | int | Position of the String to end getting the chars |
destinationArray | char | Array to return the chars |
destinationStart | int | Position of the destination array of chars to start storing the chars |
return | void |