Converts IMAP string to byte[].
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static byte[] ImapStringToByte( Encoding charset, bool utf8StringSupported, string value )
Public Shared Function ImapStringToByte ( charset As Encoding, utf8StringSupported As Boolean, value As String ) As Byte()
public: static array<unsigned char>^ ImapStringToByte( Encoding^ charset, bool utf8StringSupported, String^ value )
static member ImapStringToByte : charset : Encoding * utf8StringSupported : bool * value : string -> byte[]
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when charset is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119