Class EscapedString
Inheritance
EscapedString
Assembly: DotNetNuke.dll
Syntax
public static class EscapedString
Methods
Combine(IEnumerable)
Declaration
public static string Combine(IEnumerable enumerable)
Parameters
Returns
Combine(IEnumerable, char)
Declaration
public static string Combine(IEnumerable enumerable, char seperator)
Parameters
Returns
Seperate(string)
Declaration
public static IEnumerable<string> Seperate(string combinedString)
Parameters
| Type |
Name |
Description |
| string |
combinedString |
|
Returns
Seperate(string, bool)
Declaration
public static IEnumerable<string> Seperate(string combinedString, bool trimWhitespaces)
Parameters
| Type |
Name |
Description |
| string |
combinedString |
|
| bool |
trimWhitespaces |
|
Returns
Seperate(string, char)
Declaration
public static IEnumerable<string> Seperate(string combinedString, char separator)
Parameters
| Type |
Name |
Description |
| string |
combinedString |
|
| char |
separator |
|
Returns
Seperate(string, char, bool)
Declaration
public static IEnumerable<string> Seperate(string combinedString, char seperator, bool trimWhitespaces)
Parameters
| Type |
Name |
Description |
| string |
combinedString |
|
| char |
seperator |
|
| bool |
trimWhitespaces |
|
Returns