StringUtils 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含字符串实用工具方法的帮助程序类。
public static class StringUtils
type StringUtils = class
Public Class StringUtils
- 继承
-
StringUtils
方法
Ellipsis(String, Int32) |
使用 ... 截断字符串 |
Ellipsis(StringBuilder, Int32) |
使用 ... 截断 stringbuilder 字符串 |
EllipsisHash(String, Int32) |
省略号Hash - 返回截断部分具有唯一哈希的截断字符串。 |
EllipsisHash(StringBuilder, Int32) |
省略号Hash - 返回截断部分具有唯一哈希的截断字符串。 |
Hash(String) |
UniqueHash - 从字符串创建唯一哈希。 |