StripTagsFromInput
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public static string StripTagsFromInput( string dirtyText, StripTagOption option ) |
Visual Basic |
---|
Public Shared Function StripTagsFromInput ( _ dirtyText As String, _ option As StripTagOption _ ) As String |
Visual C++ |
---|
public: static String^ StripTagsFromInput( String^ dirtyText, StripTagOption^ option ) |