Click or drag to resize

UtilityRemoveTags Method

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
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: String
See Also