Share via


ToString Method (Uri)

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

Converts the Uri value to a String.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

WsXmlConvert Class

ToString Overload

Ws.Services.Serialization Namespace