C# 클래스 System.StringExtension

파일 보기 프로젝트 열기: fellowshiptech/fellowshiponeapi-csharp-wrapper 1 사용 예제들

공개 메소드들

메소드 설명
HtmlDecode ( this s ) : string
HtmlEncode ( this s ) : string
UrlDecode ( this s ) : string
UrlEncode ( this s ) : string

메소드 상세

HtmlDecode() 공개 정적인 메소드

public static HtmlDecode ( this s ) : string
s this
리턴 string

HtmlEncode() 공개 정적인 메소드

public static HtmlEncode ( this s ) : string
s this
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( this s ) : string
s this
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( this s ) : string
s this
리턴 string