MemoryExtensions.ContainsAnyWhiteSpace(ReadOnlySpan<Char>) 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:
[System::Runtime::CompilerServices::Extension]
static bool ContainsAnyWhiteSpace(ReadOnlySpan<char> span);
public static bool ContainsAnyWhiteSpace(this ReadOnlySpan<char> span);
static member ContainsAnyWhiteSpace : ReadOnlySpan<char> -> bool
<Extension()>
Public Function ContainsAnyWhiteSpace (span As ReadOnlySpan(Of Char)) As Boolean
Parameters
- span
- ReadOnlySpan<Char>