C# Class TeamSpeak3QueryApi.Net.StringExtensions

Show file Open project: nikeee/TeamSpeak3QueryAPI

Public Methods

Method Description
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.

Method Details

TeamSpeakEscape() public static method

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.
return string

TeamSpeakUnescape() public static method

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.
return string