Sitecore 5.0 API
StringUtil.RemoveTags Method
Remove tags from a string.
[Visual Basic]
Public Shared Function RemoveTags( _
ByVal
text
As
String
_
) As
String
[C#]
public static
string
RemoveTags(
string
text
);
See Also
StringUtil Class
|
Sitecore Namespace