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