Conversions.ToUInteger 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 Uint
.
Overload
ToUInteger(Object) |
Converte un oggetto in un valore |
ToUInteger(String) |
Converte una stringa in un valore |
ToUInteger(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.ToInteger(Object)
Converte un oggetto in un valore Uint
.
public:
static System::UInt32 ToUInteger(System::Object ^ Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (object Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (object? Value);
[<System.CLSCompliant(false)>]
static member ToUInteger : obj -> uint32
Public Shared Function ToUInteger (Value As Object) As UInteger
Parametri
- Value
- Object
Oggetto da convertire.
Restituisce
Valore Uint
dell'oggetto.
- Attributi
Si applica a
ToUInteger(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.ToInteger(String)
Converte una stringa in un valore Uint
.
public:
static System::UInt32 ToUInteger(System::String ^ Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (string Value);
[System.CLSCompliant(false)]
public static uint ToUInteger (string? Value);
[<System.CLSCompliant(false)>]
static member ToUInteger : string -> uint32
Public Shared Function ToUInteger (Value As String) As UInteger
Parametri
- Value
- String
Stringa da convertire.
Restituisce
Valore Uint
della stringa.
- Attributi