Casts a .NET string to an IRC string using UTF-8 encoding.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public static implicit operator IrcString (
string string
)
Public Shared Widening Operator CType ( _
string As String _
) As IrcString
Public Shared Widening Operator CType ( _
string As String _
) As IrcString
static implicit operator IrcString^ (
String^ string
)
F# does not support the declaration of new casting operators.
F# does not support the declaration of new casting operators.
Return Value
An IRC string.