| Jid Conversion (String to Jid) |
Implicit conversion operator for type string to type Jid.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static implicit operator Jid (
string jid
)
Public Shared Widening Operator CType (
jid As String
) As Jid
static implicit operator Jid^ (
String^ jid
)
F# does not support the declaration of new casting operators.
Parameters
- jid
- Type: SystemString
The string to convert into a Jid instance.
Return Value
Type:
JidA Jid instance created from the specified string.
See Also