C# Класс CrossUI.Toolbox.StringExtensions

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

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

Метод Описание
format ( this format ) : string
lexicalConcat ( this l, string r ) : string
quote ( this s ) : string
quote ( this s, char c ) : string
quote ( this s, char l, char r ) : string
quoteNice ( this s ) : string

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

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

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

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

public static lexicalConcat ( this l, string r ) : string
l this
r string
Результат string

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

public static quote ( this s ) : string
s this
Результат string

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

public static quote ( this s, char c ) : string
s this
c char
Результат string

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

public static quote ( this s, char l, char r ) : string
s this
l char
r char
Результат string

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

public static quoteNice ( this s ) : string
s this
Результат string