ToByte Method (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts a string to a Byte value.

Namespace:  Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

Syntax

'Declaration
Public Shared Function ToByte ( _
    Value As String _
) As Byte
public static byte ToByte(
    string Value
)
public:
static unsigned char ToByte(
    String^ Value
)
static member ToByte : 
        Value:string -> byte 
public static function ToByte(
    Value : String
) : byte

Parameters

Return Value

Type: System. . :: . .Byte
The Byte value of the string.

.NET Framework Security

See Also

Reference

Conversions Class

ToByte Overload

Microsoft.VisualBasic.CompilerServices Namespace