Conversions.ToUShort Metodo
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.
Converte l'oggetto specificato in un valore Ushort
.
Overload
ToUShort(Object) |
Converte un oggetto in un valore |
ToUShort(String) |
Converte una stringa in un valore |
ToUShort(Object)
- Origine:
- Conversions.vb
- Origine:
- Conversions.vb
- Origine:
- Conversions.vb
Importante
Questa API non è conforme a CLS.
- Alternativa conforme a CLS
- Microsoft.VisualBasic.CompilerServices.Conversions.ToShort(Object)
Converte un oggetto in un valore Ushort
.
public:
static System::UInt16 ToUShort(System::Object ^ Value);
[System.CLSCompliant(false)]
public static ushort ToUShort (object Value);
[System.CLSCompliant(false)]
public static ushort ToUShort (object? Value);
[<System.CLSCompliant(false)>]
static member ToUShort : obj -> uint16
Public Shared Function ToUShort (Value As Object) As UShort
Parametri
- Value
- Object
Oggetto da convertire.
Restituisce
Valore Ushort
dell'oggetto.
- Attributi
Si applica a
ToUShort(String)
- Origine:
- Conversions.vb
- Origine:
- Conversions.vb
- Origine:
- Conversions.vb
Importante
Questa API non è conforme a CLS.
- Alternativa conforme a CLS
- Microsoft.VisualBasic.CompilerServices.Conversions.ToShort(String)
Converte una stringa in un valore Ushort
.
public:
static System::UInt16 ToUShort(System::String ^ Value);
[System.CLSCompliant(false)]
public static ushort ToUShort (string Value);
[System.CLSCompliant(false)]
public static ushort ToUShort (string? Value);
[<System.CLSCompliant(false)>]
static member ToUShort : string -> uint16
Public Shared Function ToUShort (Value As String) As UShort
Parametri
- Value
- String
Stringa da convertire.
Restituisce
Valore Ushort
della stringa.
- Attributi