get text without unvisable char
Namespace: CuteEditor.ConvertorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static string GetCleanText( string text ) |
| Visual Basic |
|---|
Public Shared Function GetCleanText ( _ text As String _ ) As String |
| Visual C++ |
|---|
public: static String^ GetCleanText( String^ text ) |
Parameters
- text
- Type: System..::..String