C# 클래스 Lastfm.Utilities.Validation

파일 보기 프로젝트 열기: anthonyvscode/LastSharp

공개 메소드들

메소드 설명
RemoveInvalidChars ( string input ) : string

Removes characters to make valid for url.

RemoveInvalidChars ( string input, string replaceChar ) : string

Removes characters to make valid for url.

메소드 상세

RemoveInvalidChars() 공개 정적인 메소드

Removes characters to make valid for url.
public static RemoveInvalidChars ( string input ) : string
input string The input string to be cleaned
리턴 string

RemoveInvalidChars() 공개 정적인 메소드

Removes characters to make valid for url.
public static RemoveInvalidChars ( string input, string replaceChar ) : string
input string The input string to be cleaned
replaceChar string Character to replace invalid characters with
리턴 string