C# Class Liara.Helpers.StringHelpers

Datei anzeigen Open project: prasannavl/Liara

Public Methods

Method Description
CombineWebPath ( string path1, string path2 ) : string
ParseUrlEncodedString ( string text, char delimiters, Action callback, object state ) : void

Parse the string by delimiters, using the action callback.

TypePrefixedString ( object currentObj, string message ) : string

Method Details

CombineWebPath() public static method

public static CombineWebPath ( string path1, string path2 ) : string
path1 string
path2 string
return string

ParseUrlEncodedString() public static method

Parse the string by delimiters, using the action callback.
public static ParseUrlEncodedString ( string text, char delimiters, Action callback, object state ) : void
text string The input text
delimiters char
callback Action Callback action with name, value, and state as parameters
state object Object state. Can be null.
return void

TypePrefixedString() public static method

public static TypePrefixedString ( object currentObj, string message ) : string
currentObj object
message string
return string