C# Class Biz.Extensions.StringExtension

Show file Open project: englishtown/OfflinePackageBuilder

Public Methods

Method Description
GetETType ( this s ) : string
GetId ( this s ) : int

Splite the id from 'course!201' like string

Method Details

GetETType() public static method

public static GetETType ( this s ) : string
s this
return string

GetId() public static method

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