C# Class MonoMobile.Views.StringExtensions

Afficher le fichier Open project: RobertKozak/MonoMobile.Views

Méthodes publiques

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

Method Details

Capitalize() public static méthode

public static Capitalize ( this name ) : string
name this
Résultat string

NumberOfLines() public static méthode

public static NumberOfLines ( this font, string caption, float width ) : int
font this
caption string
width float
Résultat int

ToUIColor() public static méthode

public static ToUIColor ( this hexString ) : UIColor
hexString this
Résultat UIColor