Show / Hide Table of Contents

Class EscapedString

Inheritance
object
EscapedString
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public static class EscapedString

Methods

Combine(IEnumerable)

Declaration
public static string Combine(IEnumerable enumerable)
Parameters
Type Name Description
IEnumerable enumerable
Returns
Type Description
string

Combine(IEnumerable, char)

Declaration
public static string Combine(IEnumerable enumerable, char seperator)
Parameters
Type Name Description
IEnumerable enumerable
char seperator
Returns
Type Description
string

Seperate(string)

Declaration
public static IEnumerable<string> Seperate(string combinedString)
Parameters
Type Name Description
string combinedString
Returns
Type Description
IEnumerable<string>

Seperate(string, bool)

Declaration
public static IEnumerable<string> Seperate(string combinedString, bool trimWhitespaces)
Parameters
Type Name Description
string combinedString
bool trimWhitespaces
Returns
Type Description
IEnumerable<string>

Seperate(string, char)

Declaration
public static IEnumerable<string> Seperate(string combinedString, char separator)
Parameters
Type Name Description
string combinedString
char separator
Returns
Type Description
IEnumerable<string>

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
Type Description
IEnumerable<string>
Back to top by the community, for the community... #DNNCMS