Language.NonWord(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.
Test to see if word is all punctuation or white space.
public static bool NonWord (string word);
static member NonWord : string -> bool
Public Shared Function NonWord (word As String) As Boolean
Parameters
- word
- String
Word to check.
Returns
True if word is all punctuation or white space.