LumiSoft Net Help
MustEncode Method (text)
NamespacesLumiSoft.Net.MIMEMIME_Encoding_EncodedWordMustEncode(String)
Checks if specified text must be encoded.
Declaration Syntax
C#Visual BasicVisual C++F#
public static bool MustEncode(
	string text
)
Public Shared Function MustEncode ( 
	text As String
) As Boolean
public:
static bool MustEncode(
	String^ text
)
static member MustEncode : 
        text : string -> bool 
Parameters
text (String)
Text to encode.
Return Value
Boolean
Returns true if specified text must be encoded, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when text is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119