Share via


ToString Method (UInt16)

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

Converts the UInt16 value to a String.

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

Syntax

'Declaration
Public Shared Function ToString ( _
    value As UShort _
) As String
public static string ToString(
    ushort value
)
public:
static String^ ToString(
    unsigned short value
)
static member ToString : 
        value:uint16 -> string 
public static function ToString(
    value : ushort
) : String

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

WsXmlConvert Class

ToString Overload

Ws.Services.Serialization Namespace