Language.WordBreak(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Break input into words.
public static System.Collections.Generic.IEnumerable<string> WordBreak (string input);
static member WordBreak : string -> seq<string>
Public Shared Iterator Function WordBreak (input As String) As IEnumerable(Of String)
Parameters
- input
- String
String to be broken.
Returns
Enumeration of words.