Share via


ToString Method (Byte)

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

Converts the Byte value to a String.

Namespace:  Ws.Services.Serialization
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

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

Parameters

Return Value

Type: System. . :: . .String
The String equivalent of the Byte value.

.NET Framework Security

See Also

Reference

WsXmlConvert Class

ToString Overload

Ws.Services.Serialization Namespace