Conversions.ToByte Metodo

Definizione

Converte l'oggetto specificato in un valore Byte.

Overload

ToByte(Object)

Converte un oggetto in un valore Byte.

ToByte(String)

Converte una stringa in un valore Byte.

ToByte(Object)

Source:
Conversions.vb
Source:
Conversions.vb
Source:
Conversions.vb

Converte un oggetto in un valore Byte.

public:
 static System::Byte ToByte(System::Object ^ Value);
public static byte ToByte (object Value);
public static byte ToByte (object? Value);
static member ToByte : obj -> byte
Public Shared Function ToByte (Value As Object) As Byte

Parametri

Value
Object

Oggetto da convertire.

Restituisce

Valore Byte dell'oggetto.

Si applica a

ToByte(String)

Source:
Conversions.vb
Source:
Conversions.vb
Source:
Conversions.vb

Converte una stringa in un valore Byte.

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

Parametri

Value
String

Stringa da convertire.

Restituisce

Valore Byte della stringa.

Si applica a