Rune.Explicit Operatör

Tanım

Aşırı Yüklemeler

Explicit(Char to Rune)

16 bit Unicode karakterinin öğesine açık dönüştürmesini Runetanımlar.

Explicit(Int32 to Rune)

32 bit imzalı tamsayının öğesine açık bir Runedönüştürmesini tanımlar.

Explicit(UInt32 to Rune)

32 bit işaretsiz tamsayının öğesine açık dönüştürmesini Runetanımlar.

Explicit(Char to Rune)

16 bit Unicode karakterinin öğesine açık dönüştürmesini Runetanımlar.

public:
 static explicit operator System::Text::Rune(char ch);
public static explicit operator System.Text.Rune (char ch);
static member op_Explicit : char -> System.Text.Rune
Public Shared Narrowing Operator CType (ch As Char) As Rune

Parametreler

ch
Char

Dönüştürülecek 16 bit Unicode karakteri.

Döndürülenler

Rune

ch 32 bit Unicode karakteri olarak.

Özel durumlar

ch , vekil kod noktasını temsil eden bir Unicode skaler'dır.

Şunlara uygulanır

Explicit(Int32 to Rune)

32 bit imzalı tamsayının öğesine açık bir Runedönüştürmesini tanımlar.

public:
 static explicit operator System::Text::Rune(int value);
public static explicit operator System.Text.Rune (int value);
static member op_Explicit : int -> System.Text.Rune
Public Shared Narrowing Operator CType (value As Integer) As Rune

Parametreler

value
Int32

Dönüştürülecek 32 bit işaretli tamsayı.

Döndürülenler

Rune

value 32 bit Unicode karakteri olarak.

Özel durumlar

value geçersiz bir Unicode skaler.

Şunlara uygulanır

Explicit(UInt32 to Rune)

Önemli

Bu API, CLS uyumlu değildir.

32 bit işaretsiz tamsayının öğesine açık dönüştürmesini Runetanımlar.

public:
 static explicit operator System::Text::Rune(System::UInt32 value);
[System.CLSCompliant(false)]
public static explicit operator System.Text.Rune (uint value);
[<System.CLSCompliant(false)>]
static member op_Explicit : uint32 -> System.Text.Rune
Public Shared Narrowing Operator CType (value As UInteger) As Rune

Parametreler

value
UInt32

Dönüştürülecek 32 bit işaretli tamsayı.

Döndürülenler

Rune

value 32 bit Unicode karakteri olarak.

Öznitelikler

Özel durumlar

value geçersiz bir Unicode skaler.

Şunlara uygulanır