RestrictedLengthString.Implicit Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Implicit(RestrictedLengthString to String) | |
Implicit(String to RestrictedLengthString) |
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
Parametri
- restrictedStringValue
- RestrictedLengthString
Restituisce
Si applica a
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
Parametri
- stringValue
- String