C# Класс TeamSpeak3QueryApi.Net.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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