XmlConvert.ToUInt16(String) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Converte l'oggetto String in un oggetto UInt16 equivalente.

public:
 static System::UInt16 ToUInt16(System::String ^ s);
[System.CLSCompliant(false)]
public static ushort ToUInt16 (string s);
[<System.CLSCompliant(false)>]
static member ToUInt16 : string -> uint16
Public Shared Function ToUInt16 (s As String) As UShort

Parametri

s
String

Stringa da convertire.

Restituisce

Equivalente UInt16 della stringa.

Attributi

Eccezioni

Il formato di s non è corretto.

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

Si applica a