C# 클래스 MonoMobile.Views.StringExtensions

파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views

공개 메소드들

메소드 설명
Capitalize ( this name ) : string
NumberOfLines ( this font, string caption, float width ) : int
ToUIColor ( this hexString ) : UIColor

메소드 상세

Capitalize() 공개 정적인 메소드

public static Capitalize ( this name ) : string
name this
리턴 string

NumberOfLines() 공개 정적인 메소드

public static NumberOfLines ( this font, string caption, float width ) : int
font this
caption string
width float
리턴 int

ToUIColor() 공개 정적인 메소드

public static ToUIColor ( this hexString ) : UIColor
hexString this
리턴 UIColor