C# 클래스 AdysTech.InfluxDB.Client.Net.StringHelper

파일 보기 프로젝트 열기: AdysTech/InfluxDB.Client.Net

공개 메소드들

메소드 설명
EscapeChars ( this val, bool escapeEqualSign = true ) : string
ParseDuration ( this strDuration ) : System.TimeSpan
Unescape ( this txt ) : string

메소드 상세

EscapeChars() 공개 정적인 메소드

public static EscapeChars ( this val, bool escapeEqualSign = true ) : string
val this
escapeEqualSign bool
리턴 string

ParseDuration() 공개 정적인 메소드

public static ParseDuration ( this strDuration ) : System.TimeSpan
strDuration this
리턴 System.TimeSpan

Unescape() 공개 정적인 메소드

public static Unescape ( this txt ) : string
txt this
리턴 string