Method | Description | |
---|---|---|
EscapeChars ( this val, bool escapeEqualSign = true ) : string | ||
ParseDuration ( this strDuration ) : System.TimeSpan | ||
Unescape ( this txt ) : string |
public static EscapeChars ( this val, bool escapeEqualSign = true ) : string | ||
val | this | |
escapeEqualSign | bool | |
return | string |
public static ParseDuration ( this strDuration ) : System.TimeSpan | ||
strDuration | this | |
return | System.TimeSpan |