C# 클래스 TeamSpeak3QueryApi.Net.StringExtensions

파일 보기 프로젝트 열기: nikeee/TeamSpeak3QueryAPI

공개 메소드들

메소드 설명
TeamSpeakEscape ( this s ) : string

Escapes a string so it can be safely used for querying the api.

TeamSpeakUnescape ( this s ) : string

Unescapes a string so it can be used for processing the rawResponse of the api.

메소드 상세

TeamSpeakEscape() 공개 정적인 메소드

Escapes a string so it can be safely used for querying the api.
public static TeamSpeakEscape ( this s ) : string
s this The string to escape.
리턴 string

TeamSpeakUnescape() 공개 정적인 메소드

Unescapes a string so it can be used for processing the rawResponse of the api.
public static TeamSpeakUnescape ( this s ) : string
s this The string to unescape.
리턴 string