메소드 | 설명 | |
---|---|---|
FormatWith ( this text ) : string |
Replaces the format item in a specified string with the string representations of a corresponding object in a specified array.
|
|
NullOrEmpty ( this text ) : bool |
Indicates whether the specified string is null or a System.String.Empty string.
|
public static FormatWith ( this text ) : string | ||
text | this | A composite format string. |
리턴 | string |
public static NullOrEmpty ( this text ) : bool | ||
text | this | The string to test. |
리턴 | bool |