C# 클래스 com.Sconit.Utility.StringHelper

파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
Eq ( string a, string b ) : bool

Sconit Common String Comparer, ignore case, support Null

GetCodeDescriptionString ( string code, string description ) : string

"Code [Description]"

SubStr ( string sString, int nLeng ) : string

메소드 상세

Eq() 공개 정적인 메소드

Sconit Common String Comparer, ignore case, support Null
public static Eq ( string a, string b ) : bool
a string
b string
리턴 bool

GetCodeDescriptionString() 공개 정적인 메소드

"Code [Description]"
public static GetCodeDescriptionString ( string code, string description ) : string
code string
description string
리턴 string

SubStr() 공개 정적인 메소드

public static SubStr ( string sString, int nLeng ) : string
sString string
nLeng int
리턴 string