Click or drag to resize
DigitalRuneStringHelper Class
Contains additional string methods.
Inheritance Hierarchy
SystemObject
  DigitalRune.TextStringHelper

Namespace: DigitalRune.Text
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static class StringHelper

The StringHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComputeMatch
Computes a value that indicates the match between two strings.
Public methodStatic memberSplitTextAndNumber
Splits a string that has an integer number as suffix (e.g. "text123") into its components.
Top
See Also