ToByte Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Converts the String to a Byte equivalent.
Namespace: Ws.Services.Serialization
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Shared Function ToByte ( _
s As String _
) As Byte
public static byte ToByte(
string s
)
public:
static unsigned char ToByte(
String^ s
)
static member ToByte :
s:string -> byte
public static function ToByte(
s : String
) : byte
Parameters
- s
Type: System. . :: . .String
Holds the string to convert.
Return Value
Type: System. . :: . .Byte
The Byte equivalent of the string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.