Click or drag to resize
Strings Class
Generic string utilities class
Inheritance Hierarchy
SystemObject
  ToolBooxStrings

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static class Strings

The Strings type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetMaxLenghtString
Get a number of char from a string object
Public methodStatic memberHTMLtoPlain
Convert HTML code into plain text with no metatags
Public methodStatic memberReplaceLinks
Replace www adress into a string with html hyperlink metatag
Public methodStatic memberUpperFirst
Upper the first character of a string
Top
See Also