C# Class Solocast.Services.Extensions.StringExtensions

Exibir arquivo Open project: Solocast/solocast-clients

Public Methods

Method Description
GetExtension ( this input ) : string
RemoveCData ( this input ) : string
RemoveIllegalPathChars ( this input ) : string

Method Details

GetExtension() public static method

public static GetExtension ( this input ) : string
input this
return string

RemoveCData() public static method

public static RemoveCData ( this input ) : string
input this
return string

RemoveIllegalPathChars() public static method

public static RemoveIllegalPathChars ( this input ) : string
input this
return string