XmlConvert.ToByte(String) Méthode

Définition

Convertit la chaîne String en un équivalent Byte.

public:
 static System::Byte ToByte(System::String ^ s);
public static byte ToByte (string s);
static member ToByte : string -> byte
Public Shared Function ToByte (s As String) As Byte

Paramètres

s
String

Chaîne à convertir.

Retours

Équivalent Byte de la chaîne.

Exceptions

s a la valeur null.

Le format de s est incorrect.

s représente un nombre inférieur à Byte.MinValue ou supérieur à Byte.MaxValue.

S’applique à