WSDiscoveryResources.Keys.GetString Method (String, Object)

Retrieves the string that contains the specified key and argument.

Namespace: Microsoft.Rfid.WSDiscovery
Assembly: Microsoft.Rfid.WsDiscovery (in microsoft.rfid.wsdiscovery.dll)

Syntax

'Declaration

Public Shared Function GetString ( _
    key As String, _
    arg0 As Object _
) As String
public static string GetString (
    string key,
    Object arg0
)
public:
static String^ GetString (
    String^ key, 
    Object^ arg0
)
public static String GetString (
    String key, 
    Object arg0
)
public static function GetString (
    key : String, 
    arg0 : Object
) : String

Parameters

  • key
  • arg0

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

WSDiscoveryResources.Keys Class
WSDiscoveryResources.Keys Members
Microsoft.Rfid.WSDiscovery Namespace