Hunny Software Library Reference

EncodedWord.BDecode Method 

Decodes a byte string with the B encoding.

[Visual Basic]
Public Shared Function BDecode( _
   ByVal str As ByteString _
) As ByteString
[C#]
public static ByteString BDecode(
   ByteString str
);

Parameters

str
encoded string

Return Value

if successful, the decoded string; if unsuccessful, null

See Also

EncodedWord Class | Hunny.Mime Namespace