This function removes the rich text format tags (if there are any)
from a string. If the
RemoveRTFormatWhenParsingXML option is
switched off, you can always manually remove any tags easily with that function.
Namespace:
InfigoSDK
Assembly:
InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function RemoveRTFormat ( _
strText As String _
) As String |
| Visual C++ |
|---|
public:
static String^ RemoveRTFormat(
String^ strText
) |
Parameters
- strText
- Type: System..::.String
The text, where possible rich text format tags should be removed.
Return Value
The text without any rich text format tags.
See Also