A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/dotnet/api/system.text.rune.iswhitespace below:

Rune.IsWhiteSpace(Rune) Method (System.Text) | Microsoft Learn

Rune.IsWhiteSpace(Rune) Method Definition

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
value
Rune

The rune to evaluate.

Returns

true if value is a white space character; otherwise, false.

Remarks

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 article

Was 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