C# 클래스 CloakedHipster.StringExtensions

파일 보기 프로젝트 열기: shiftkey/cloaked-hipster

공개 메소드들

메소드 설명
AsHexValue ( this s ) : string
MapDoubleToHexValue ( this input ) : string
StripPixelValue ( this s ) : string
ToTitleCase ( this s ) : string

메소드 상세

AsHexValue() 공개 정적인 메소드

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

MapDoubleToHexValue() 공개 정적인 메소드

public static MapDoubleToHexValue ( this input ) : string
input this
리턴 string

StripPixelValue() 공개 정적인 메소드

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

ToTitleCase() 공개 정적인 메소드

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