Namespace:
IBM.Watson.DeveloperCloud.Utilities
Assembly:
UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string RemoveTags(
string s,
char tagStartChar = '<',
char tagEndChar = '>'
)
Parameters
- s
- Type: SystemString
- tagStartChar (Optional)
- Type: SystemChar
- tagEndChar (Optional)
- Type: SystemChar
Return Value
Type:
StringSee Also