In The Hand - .NET Components for Mobility
DownloadString Method (address)
NamespacesInTheHand.NetWebClientDownloadString(Uri)
Downloads the specified resource as a String.
Declaration Syntax
C#Visual Basic
public string DownloadString(
	Uri address
)
Public Function DownloadString ( _
	address As Uri _
) As String
Parameters
address (Uri)
The URI from which to download data.
Return Value
A String containing the specified resource.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0