DecoderUtil.DecodeB Method 

Decodes an encoded word encoded with the 'B' encoding (described in RFC 2047) found in a header field body.

public static string DecodeB(
   string encodedWord,
   string charset
);

Parameters

encodedWord
the encoded word to decode.
charset
the .NET charset to use.

Return Value

the decoded string.

See Also

DecoderUtil Class | NI.Email.Mime.Decoder Namespace