Rune.IsPunctuation(Rune) Yöntem

Tanım

Belirtilen çalıştırmanın noktalama işareti olarak kategorilere ayrılmış olup olmadığını gösteren bir değer döndürür.

public:
 static bool IsPunctuation(System::Text::Rune value);
public static bool IsPunctuation (System.Text.Rune value);
static member IsPunctuation : System.Text.Rune -> bool
Public Shared Function IsPunctuation (value As Rune) As Boolean

Parametreler

value
Rune

Değerlendirilecek rune.

Döndürülenler

Boolean

true noktalama işaretiyse value ; değilse, false.

Açıklamalar

Bu yöntem, sonucun , InitialQuotePunctuationOpenPunctuationClosePunctuationDashPunctuationFinalQuotePunctuationve değerlerinden ConnectorPunctuationherhangi birine göre sorgulanması GetUnicodeCategory(Rune) ve OtherPunctuationkarşılaştırılmasıyla eşdeğerdir.

Daha fazla bilgi için bkz. Char.IsPunctuation.

Şunlara uygulanır