Implicit conversion operator for type string to type Jid.

Namespace: S22.Xmpp
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static implicit operator Jid (
	string jid
)

Parameters

jid
Type: System..::..String
The string to convert into a Jid instance.

Return Value

A Jid instance created from the specified string.

See Also