메소드 | 설명 | |
---|---|---|
Join ( this |
Join the string parts with the given separator.
|
|
SplitAt ( this input, bool>.Func |
Split the input based on upper-case character boundaries.
|
|
ToLowerCase ( this |
Returns the sequence of input's as a sequence of lower case strings.
|
메소드 | 설명 | |
---|---|---|
CamelCase ( string input ) : string |
Convert the given input string to a camel case representation.
|
|
Camelize ( this |
Convert a dasherized string input into a camel case representation.
|
public static Join ( this |
||
parts | this |
The string parts to join. |
separator | string | The separator to join the string parts with. |
리턴 | string |
public static SplitAt ( this input, bool>.Func |
||
input | this | The input to split. |
predicate | bool>.Func | The predicate to match to determine the split. |
리턴 | IEnumerable |
public static ToLowerCase ( this |
||
parts | this |
The input parts to return as a lower case sequence. |
리턴 | IEnumerable |