Hi,
Is there any equavalent function to VB split() in C# .NET.
In VB 6.0 we can use Split(String, string), splitting the string with multiple characters as string.
Do we have any similar function in C#.

Thanks
Ramesh