C# 클래스 exo_jcr.webdav.csclient.TextUtils

파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

공개 프로퍼티들

프로퍼티 타입 설명
ESCAPE_CHAR char

공개 메소드들

메소드 설명
convert ( string sourceValue, Encoding source, Encoding target ) : String
escape ( String sourceString ) : String
sheckStringIsCyrilic ( String str ) : System.Boolean
unEscape ( String sourceString ) : String

비공개 메소드들

메소드 설명
getDecValue ( char hexValue ) : byte

메소드 상세

convert() 공개 정적인 메소드

public static convert ( string sourceValue, Encoding source, Encoding target ) : String
sourceValue string
source System.Text.Encoding
target System.Text.Encoding
리턴 String

escape() 공개 정적인 메소드

public static escape ( String sourceString ) : String
sourceString String
리턴 String

sheckStringIsCyrilic() 공개 정적인 메소드

public static sheckStringIsCyrilic ( String str ) : System.Boolean
str String
리턴 System.Boolean

unEscape() 공개 정적인 메소드

public static unEscape ( String sourceString ) : String
sourceString String
리턴 String

프로퍼티 상세

ESCAPE_CHAR 공개적으로 정적으로 프로퍼티

public static char ESCAPE_CHAR
리턴 char