AddrSpecExToAddrSpec Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static AddrSpec ToAddrSpec(
this string address,
string pbxAddress
)
<ExtensionAttribute>
Public Shared Function ToAddrSpec (
address As String,
pbxAddress As String
) As AddrSpec
public:
[ExtensionAttribute]
static AddrSpec^ ToAddrSpec(
String^ address,
String^ pbxAddress
)
[<ExtensionAttribute>]
static member ToAddrSpec :
address : string *
pbxAddress : string -> AddrSpec
Parameters
- address
- Type: SystemString
- pbxAddress
- Type: SystemString
Return Value
Type:
AddrSpecUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also