C# Класс Pluton.Rust.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
yieldPretty ( this json, string indent ) : IEnumerable

Описание методов

BoldText() публичный статический Метод

public static BoldText ( this self ) : string
self this
Результат string

ColorText() публичный статический Метод

public static ColorText ( this self, string color ) : string
self this
color string
Результат string

ItalicText() публичный статический Метод

public static ItalicText ( this self ) : string
self this
Результат string

JsonPretty() публичный статический Метод

public static JsonPretty ( this self, string indent = "\t" ) : string
self this
indent string
Результат string

Multiply() публичный статический Метод

public static Multiply ( this self, int multiply ) : string
self this
multiply int
Результат string

QuoteSafe() публичный статический Метод

public static QuoteSafe ( this self ) : string
self this
Результат string

SetSize() публичный статический Метод

public static SetSize ( this self, int size ) : string
self this
size int
Результат string

SetSize() публичный статический Метод

public static SetSize ( this self, string size ) : string
self this
size string
Результат string