Class NMSString
扩展string类,提高字符串拼接性能
Inheritance
System.Object
NMSString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasily
Assembly: cs.temp.dll.dll
Syntax
public static class NMSString
Methods
Append(String, String)
Declaration
[SecurityCritical]
public static string Append(this string value, string newString)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | |
| System.String | newString |
Returns
| Type | Description |
|---|---|
| System.String |
Append(String[])
Declaration
[SecurityCritical]
public static string Append(params string[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | values |
Returns
| Type | Description |
|---|---|
| System.String |