C# 클래스 DotNetXri.Client.Util.URLUtils

파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

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

This is the same as java.net.URLDecode(s, "UTF-8") except that '+' is not decoded to ' ' (space).

메소드 상세

decode() 공개 정적인 메소드

This is the same as java.net.URLDecode(s, "UTF-8") except that '+' is not decoded to ' ' (space).
public static decode ( string s ) : string
s string
리턴 string