 | StringsReplaceLinks Method |
Replace www adress into a string with html hyperlink metatag
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string ReplaceLinks(
string str,
bool useBlank
)
Public Shared Function ReplaceLinks (
str As String,
useBlank As Boolean
) As String
Parameters
- str
- Type: SystemString
String to convert - useBlank
- Type: SystemBoolean
Add target='blank' to result string
Return Value
Type:
StringConverted string with new hyperlink tags on ww addresses
See Also