Click or drag to resize
ParserHelperStripStringFromTerminationCharacters Method
Strip string from termination characters (CR/LF only).

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static string StripStringFromTerminationCharacters(
	string stringToStrip
)

Parameters

stringToStrip
Type: SystemString
The string to strip.

Return Value

Type: String
A string.
See Also