RestrictedLengthString.Implicit Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- restrictedStringValue
- RestrictedLengthString
Retornos
Aplica-se 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
Parâmetros
- stringValue
- String