Validate.HasWhiteCharacter(String, 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.
public static void HasWhiteCharacter (string text, string exceptionMessage = default);
static member HasWhiteCharacter : string * string -> unit
Public Shared Sub HasWhiteCharacter (text As String, Optional exceptionMessage As String = Nothing)
Parameters
- text
- String
- exceptionMessage
- String