Class StringEx
Inheritance
System.Object
StringEx
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: PLATEAU.Util
Assembly: cs.temp.dll.dll
Syntax
public static class StringEx
Methods
IsNullOrEmpty(String)
string.IsNullOrEmptyの拡張メソッド
Declaration
public static bool IsNullOrEmpty(this string self)
Parameters
Type | Name | Description |
---|---|---|
System.String | self |
Returns
Type | Description |
---|---|
System.Boolean |
IsNullOrWhiteSpace(String)
string.IsNullOrWhiteSpaceの拡張メソッド
Declaration
public static bool IsNullOrWhiteSpace(this string self)
Parameters
Type | Name | Description |
---|---|---|
System.String | self |
Returns
Type | Description |
---|---|
System.Boolean |
Join2String<T>(IEnumerable<T>, String)
string.Joinの拡張メソッド
Declaration
public static string Join2String<T>(this IEnumerable<T> self, string separator = ",")
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | self | |
System.String | separator |
Returns
Type | Description |
---|---|
System.String |
Type Parameters
Name | Description |
---|---|
T |