C# 클래스 Liara.Helpers.StringHelpers

파일 보기 프로젝트 열기: prasannavl/Liara

공개 메소드들

메소드 설명
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

메소드 상세

CombineWebPath() 공개 정적인 메소드

public static CombineWebPath ( string path1, string path2 ) : string
path1 string
path2 string
리턴 string

ParseUrlEncodedString() 공개 정적인 메소드

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.
리턴 void

TypePrefixedString() 공개 정적인 메소드

public static TypePrefixedString ( object currentObj, string message ) : string
currentObj object
message string
리턴 string