Click or drag to resize
StringsReplaceLinks Method
Replace www adress into a string with html hyperlink metatag

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string ReplaceLinks(
	string str,
	bool useBlank
)

Parameters

str
Type: SystemString
String to convert
useBlank
Type: SystemBoolean
Add target='blank' to result string

Return Value

Type: String
Converted string with new hyperlink tags on ww addresses
See Also