C# Class Pluton.StringExtensions

Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Méthode Description
BoldText ( this self ) : string
ColorText ( this self, string color ) : string
ItalicText ( this self ) : string
JsonPretty ( this self, string indent = "\t" ) : string
Multiply ( this self, int multiply ) : string
QuoteSafe ( this self ) : string
SetSize ( this self, int size ) : string
SetSize ( this self, string size ) : string

Private Methods

Méthode Description
yieldPretty ( this json, string indent ) : IEnumerable

Method Details

BoldText() public static méthode

public static BoldText ( this self ) : string
self this
Résultat string

ColorText() public static méthode

public static ColorText ( this self, string color ) : string
self this
color string
Résultat string

ItalicText() public static méthode

public static ItalicText ( this self ) : string
self this
Résultat string

JsonPretty() public static méthode

public static JsonPretty ( this self, string indent = "\t" ) : string
self this
indent string
Résultat string

Multiply() public static méthode

public static Multiply ( this self, int multiply ) : string
self this
multiply int
Résultat string

QuoteSafe() public static méthode

public static QuoteSafe ( this self ) : string
self this
Résultat string

SetSize() public static méthode

public static SetSize ( this self, int size ) : string
self this
size int
Résultat string

SetSize() public static méthode

public static SetSize ( this self, string size ) : string
self this
size string
Résultat string