Returns a value that indicates whether the specified rune is categorized as a white space character.
public:
static bool IsWhiteSpace(System::Text::Rune value);
public static bool IsWhiteSpace(System.Text.Rune value);
static member IsWhiteSpace : System.Text.Rune -> bool
Public Shared Function IsWhiteSpace (value As Rune) As Boolean
Parameters
The rune to evaluate.
Returnstrue
if value
is a white space character; otherwise, false
.
This method is generally equivalent to querying GetUnicodeCategory(Rune) and comparing the result against any of the values SpaceSeparator, LineSeparator, and ParagraphSeparator. However, there are some Runes in the Control category which are also classified as white space characters, and this method accounts for those values.
For more information, see Char.IsWhiteSpace.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4