StringUtils Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper class containing string utility methods.
public static class StringUtils
type StringUtils = class
Public Class StringUtils
- Inheritance
-
StringUtils
Methods
Ellipsis(String, Int32) |
Truncate string with ... |
Ellipsis(StringBuilder, Int32) |
Truncate stringbuilder string with ... |
EllipsisHash(String, Int32) |
EllipsisHash - return truncated string with unique hash for the truncated part. |
EllipsisHash(StringBuilder, Int32) |
EllipsisHash - return truncated string with unique hash for the truncated part. |
Hash(String) |
UniqueHash - create a unique hash from a string. |