Rune.IsWhiteSpace(Rune) Method
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.
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
- value
- Rune
The rune to evaluate.
true
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.
Производ | Верзије |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације: