RestrictedLengthString.Implicit Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Implicit(RestrictedLengthString to String)
public:
static operator System::String ^(Microsoft::RuleEngine::RestrictedLengthString ^ restrictedStringValue);
public static implicit operator string(Microsoft.RuleEngine.RestrictedLengthString restrictedStringValue);
static member op_Implicit : Microsoft.RuleEngine.RestrictedLengthString -> string
Public Shared Widening Operator CType (restrictedStringValue As RestrictedLengthString) As String
Parametreler
- restrictedStringValue
- RestrictedLengthString
Döndürülenler
Şunlara uygulanır
Implicit(String to RestrictedLengthString)
public:
static operator Microsoft::RuleEngine::RestrictedLengthString ^(System::String ^ stringValue);
public static implicit operator Microsoft.RuleEngine.RestrictedLengthString(string stringValue);
static member op_Implicit : string -> Microsoft.RuleEngine.RestrictedLengthString
Public Shared Widening Operator CType (stringValue As String) As RestrictedLengthString
Parametreler
- stringValue
- String