XmlConvert.ToUInt32(String) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Converte l'oggetto String in un oggetto UInt32 equivalente.

public:
 static System::UInt32 ToUInt32(System::String ^ s);
[System.CLSCompliant(false)]
public static uint ToUInt32 (string s);
[<System.CLSCompliant(false)>]
static member ToUInt32 : string -> uint32
Public Shared Function ToUInt32 (s As String) As UInteger

Parametri

s
String

Stringa da convertire.

Restituisce

Equivalente UInt32 della stringa.

Attributi

Eccezioni

Il formato di s non è corretto.

s rappresenta un numero minore di UInt32.MinValue o maggiore di UInt32.MaxValue.

Si applica a