C# Class MonoMobile.Views.StringExtensions

Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
Capitalize ( this name ) : string
NumberOfLines ( this font, string caption, float width ) : int
ToUIColor ( this hexString ) : UIColor

Method Details

Capitalize() public static method

public static Capitalize ( this name ) : string
name this
return string

NumberOfLines() public static method

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

ToUIColor() public static method

public static ToUIColor ( this hexString ) : UIColor
hexString this
return UIColor