C# 클래스 Biz.Extensions.StringExtension

파일 보기 프로젝트 열기: englishtown/OfflinePackageBuilder

공개 메소드들

메소드 설명
GetETType ( this s ) : string
GetId ( this s ) : int

Splite the id from 'course!201' like string

메소드 상세

GetETType() 공개 정적인 메소드

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

GetId() 공개 정적인 메소드

Splite the id from 'course!201' like string
public static GetId ( this s ) : int
s this
리턴 int