RasCountry.ToString Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Returns a String that represents the current RasCountry.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override
F#
abstract ToString : unit -> string 
override ToString : unit -> string 

Return Value

Type: String
A String that represents the current RasCountry.

See Also