A
AP
According to MSDN:
"String.Split (Char[], Int32) Returns a String array containing the
substrings in this instance that are delimited by elements of a
specified Char array. A parameter specifies the maximum number of
substrings to return.
Supported by the .NET Compact Framework."
According to ildasm:
..method public hidebysig instance string[]
Split(char[] separator) cil managed
The above is the only System.String.Split() function available.
Can someone from Microsoft take care of fixing the bug in the MSDN
documentation?
-Andrew
"String.Split (Char[], Int32) Returns a String array containing the
substrings in this instance that are delimited by elements of a
specified Char array. A parameter specifies the maximum number of
substrings to return.
Supported by the .NET Compact Framework."
According to ildasm:
..method public hidebysig instance string[]
Split(char[] separator) cil managed
The above is the only System.String.Split() function available.
Can someone from Microsoft take care of fixing the bug in the MSDN
documentation?
-Andrew