Checks if specified text must be encoded.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns true if specified text must be encoded, otherwise false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when text is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119