Decodes specified encoded-word.
| 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
- text (String)
- Encoded-word value.
String
Returns decoded text.
Returns decoded text.
| Exception | Condition |
|---|---|
| ArgumentNullException | Is raised when text is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119