Encodes specified text if it contains 8-bit chars, otherwise text won't be encoded.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string Encode( string text )
Public Function Encode ( text As String ) As String
public: String^ Encode( String^ text )
member Encode : text : string -> string
Parameters
- text (String)
- Text to encode.
Return Value
String
Returns encoded text.
Returns encoded text.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119