Method | 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 |
Method | Description | |
---|---|---|
yieldPretty ( this json, string indent ) : IEnumerable |
public static BoldText ( this self ) : string | ||
self | this | |
return | string |
public static ColorText ( this self, string color ) : string | ||
self | this | |
color | string | |
return | string |
public static ItalicText ( this self ) : string | ||
self | this | |
return | string |
public static JsonPretty ( this self, string indent = "\t" ) : string | ||
self | this | |
indent | string | |
return | string |
public static Multiply ( this self, int multiply ) : string | ||
self | this | |
multiply | int | |
return | string |
public static QuoteSafe ( this self ) : string | ||
self | this | |
return | string |
public static SetSize ( this self, int size ) : string | ||
self | this | |
size | int | |
return | string |
public static SetSize ( this self, string size ) : string | ||
self | this | |
size | string | |
return | string |