Decodes specified encoded-word.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string Decode( string text )
Public Function Decode ( text As String ) As String
public: String^ Decode( String^ text )
member Decode : text : string -> string
Parameters
- text (String)
- Encoded-word value.
Return Value
String
Returns decoded text.
Returns decoded text.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when text is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119