C# 클래스 Catalogue.Utilities.Text.WebificationUtility

파일 보기 프로젝트 열기: jncc/topcat 1 사용 예제들

공개 메소드들

메소드 설명
ToUrlFriendlyString ( string s ) : string

Makes a "web-friendly" string suitable for us in URLs. For example, "Three Little words! - v2.txt" -> "Three-Little-words-v2.txt"

메소드 상세

ToUrlFriendlyString() 공개 정적인 메소드

Makes a "web-friendly" string suitable for us in URLs. For example, "Three Little words! - v2.txt" -> "Three-Little-words-v2.txt"
public static ToUrlFriendlyString ( string s ) : string
s string
리턴 string