메소드 | 설명 | |
---|---|---|
AggregateIndentedLines ( this |
Converts the given enumeration of strings into an enumeration of key-value-pairs.
|
|
DoubleSplit ( this Text, Char FirstSeparator, Char SecondSeparator ) : String>.Dictionary |
||
DoubleSplitInto ( this Text, Char FirstSeparator, Char SecondSeparator, String>.Dictionary |
||
EscapeForXMLandHTML ( this myString ) : String | ||
FailIfNotNullOrEmpty ( this GivenString, String ExceptionMessage = null, [ ParameterName = "" ) : void |
Throws an ArgumentNullException whenever the given string is not null or empty.
|
|
FailIfNullOrEmpty ( this GivenString, String ExceptionMessage = null, [ ParameterName = "" ) : void |
Throws an ArgumentNullException whenever the given string is null or empty.
|
|
FromBase64 ( this myBase64String ) : String | ||
IfNotNullOrEmpty ( this GivenString, String>.Func |
Mappes the given string if it is not null or empty.
|
|
IsNotNullAndContains ( this String, String Substring ) : System.Boolean |
Returns a value indicating whether the specified Substring occurs within the given string.
|
|
IsNotNullOrEmpty ( this GivenString ) : System.Boolean |
Indicates whether the given string is not null or empty.
|
|
IsNotNullOrEmpty ( this GivenString, Action |
Call the given delegate whether the specified string is not null or empty.
|
|
IsNullOrEmpty ( this GivenString ) : System.Boolean |
Indicates whether the given string is null or empty.
|
|
IsNullOrEmpty ( this GivenString, Action |
Call the given delegate whether the specified string is null or empty.
|
|
LastIndexOfOrMax ( this Text, String Pattern ) : |
||
RemoveAllAfter ( this String, String Substring ) : String |
Removes everything from the string after the given substring.
|
|
RemoveAllBefore ( this String, String Substring ) : String |
Removes everything from the string before the given substring.
|
|
RemoveLastSlash ( this Text ) : String | ||
RemoveQuotes ( this String ) : String |
Removes leading and/or tailing (double) quotes.
|
|
ReplacePrefix ( this Text, String Prefix, String Replacement ) : String | ||
Reverse ( this String ) : String |
Reverse the given string.
|
|
SubTokens ( this Text, |
||
SubstringMax ( this Text, |
Return a substring of the given maximum length.
|
|
ToBase64 ( this myString ) : String | ||
ToKeyValuePairs ( this |
Converts the given enumeration of strings into an enumeration of key-value-pairs.
|
|
ToUTF8Bytes ( this Text ) : Byte[] | ||
ToUTF8String ( this ArrayOfBytes, |
public static AggregateIndentedLines ( this |
||
Text | this |
An enumeration of strings. |
리턴 | IEnumerable |
public static DoubleSplit ( this Text, Char FirstSeparator, Char SecondSeparator ) : String>.Dictionary |
||
Text | this | |
FirstSeparator | Char | |
SecondSeparator | Char | |
리턴 | String>.Dictionary |
public static DoubleSplitInto ( this Text, Char FirstSeparator, Char SecondSeparator, String>.Dictionary |
||
Text | this | |
FirstSeparator | Char | |
SecondSeparator | Char | |
Dictionary | String>.Dictionary | |
리턴 | String>.Dictionary |
public static EscapeForXMLandHTML ( this myString ) : String | ||
myString | this | |
리턴 | String |
public static FailIfNotNullOrEmpty ( this GivenString, String ExceptionMessage = null, [ ParameterName = "" ) : void | ||
GivenString | this | The string. |
ExceptionMessage | String | An optional message to be added to the exception. |
ParameterName | [ | The parameter name of the given string (CallerMemberName). |
리턴 | void |
public static FailIfNullOrEmpty ( this GivenString, String ExceptionMessage = null, [ ParameterName = "" ) : void | ||
GivenString | this | The string. |
ExceptionMessage | String | An optional message to be added to the exception. |
ParameterName | [ | The parameter name of the given string (CallerMemberName). |
리턴 | void |
public static FromBase64 ( this myBase64String ) : String | ||
myBase64String | this | |
리턴 | String |
public static IfNotNullOrEmpty ( this GivenString, String>.Func |
||
GivenString | this | The string. |
Mapper | String>.Func | A string mapper delegate. |
리턴 | String |
public static IsNotNullAndContains ( this String, String Substring ) : System.Boolean | ||
String | this | A string. |
Substring | String | A substring to search for. |
리턴 | System.Boolean |
public static IsNotNullOrEmpty ( this GivenString ) : System.Boolean | ||
GivenString | this | The string. |
리턴 | System.Boolean |
public static IsNotNullOrEmpty ( this GivenString, Action |
||
GivenString | this | The string. |
Delegate | Action |
A delegate to call whenever the given string is null or empty. |
ParameterName | [ | The parameter name of the given string (CallerMemberName). |
리턴 | void |
public static IsNullOrEmpty ( this GivenString ) : System.Boolean | ||
GivenString | this | The string. |
리턴 | System.Boolean |
public static IsNullOrEmpty ( this GivenString, Action |
||
GivenString | this | The string. |
Delegate | Action |
A delegate to call whenever the given string is null or empty. |
ParameterName | [ | The parameter name of the given string (CallerMemberName). |
리턴 | void |
public static LastIndexOfOrMax ( this Text, String Pattern ) : |
||
Text | this | |
Pattern | String | |
리턴 |
public static RemoveAllAfter ( this String, String Substring ) : String | ||
String | this | A string. |
Substring | String | A substring. |
리턴 | String |
public static RemoveAllBefore ( this String, String Substring ) : String | ||
String | this | A string. |
Substring | String | A substring. |
리턴 | String |
public static RemoveLastSlash ( this Text ) : String | ||
Text | this | |
리턴 | String |
public static RemoveQuotes ( this String ) : String | ||
String | this | The string to check. |
리턴 | String |
public static ReplacePrefix ( this Text, String Prefix, String Replacement ) : String | ||
Text | this | |
Prefix | String | |
Replacement | String | |
리턴 | String |
public static Reverse ( this String ) : String | ||
String | this | The string to reverse. |
리턴 | String |
public static SubTokens ( this Text, |
||
Text | this | |
Length | ||
리턴 | IEnumerable |
public static SubstringMax ( this Text, |
||
Text | this | A text. |
Length | The maximum length of the substring. | |
리턴 | String |
public static ToKeyValuePairs ( this |
||
Text | this |
An enumeration of strings. |
리턴 | String>>.IEnumerable |
public static ToUTF8String ( this ArrayOfBytes, |
||
ArrayOfBytes | this | |
NumberOfBytes | ||
ThrowException | System.Boolean | |
리턴 | String |