String.Split Method


Definition

public string[] Split( char[] separators, int count, bool omitEmptyEntries );

Parameters

separatorsSystem.Char[].
countSystem.Int32.
omitEmptyEntriesSystem.Boolean.

Return Value

System.String[].

© 2004-2005 GlobFX Technologies. All rights reserved.