Aracılığıyla paylaş


ValueProviderResult.Explicit Operatör

Tanım

Aşırı Yüklemeler

Explicit(ValueProviderResult to String)

Sağlanan ValueProviderResult öğesini gönderilen tüm değerleri içeren virgülle ayrılmış bir dizeye dönüştürür.

Explicit(ValueProviderResult to String[])

Sağlanan ValueProviderResult öğesini gönderilen tüm değerleri içeren bir diziye String dönüştürür.

Explicit(ValueProviderResult to String)

Kaynak:
ValueProviderResult.cs
Kaynak:
ValueProviderResult.cs
Kaynak:
ValueProviderResult.cs

Sağlanan ValueProviderResult öğesini gönderilen tüm değerleri içeren virgülle ayrılmış bir dizeye dönüştürür.

public:
 static explicit operator System::String ^(Microsoft::AspNetCore::Mvc::ModelBinding::ValueProviderResult result);
public static explicit operator string (Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult result);
static member op_Explicit : Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult -> string
Public Shared Narrowing Operator CType (result As ValueProviderResult) As String

Parametreler

Döndürülenler

Şunlara uygulanır

Explicit(ValueProviderResult to String[])

Kaynak:
ValueProviderResult.cs
Kaynak:
ValueProviderResult.cs
Kaynak:
ValueProviderResult.cs

Sağlanan ValueProviderResult öğesini gönderilen tüm değerleri içeren bir diziye String dönüştürür.

public:
 static explicit operator cli::array <System::String ^> ^(Microsoft::AspNetCore::Mvc::ModelBinding::ValueProviderResult result);
public static explicit operator string[] (Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult result);
static member op_Explicit : Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult -> string[]
Public Shared Narrowing Operator CType (result As ValueProviderResult) As String()

Parametreler

Döndürülenler

String[]

Şunlara uygulanır