Method StripTags
StripTags(StringBuilder, Int32)
strip tags from
buf
: each tag is replaced by a single blank.
Declaration
public static string StripTags(StringBuilder buf, int start)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | buf | |
System.Int32 | start |
Returns
Type | Description |
---|---|
System.String | Text obtained when stripping all tags from |
StripTags(String, Int32)
Strip tags from input.
Declaration
public static string StripTags(string buf, int start)
Parameters
Type | Name | Description |
---|---|---|
System.String | buf | |
System.Int32 | start |
Returns
Type | Description |
---|---|
System.String |