C# Класс GraphQL.StringExtensions

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsEmpty ( this str ) : bool
ToCamelCase ( this s ) : string
ToDelimitedArray ( this content ) : string[]
ToDelimitedArray ( this content, char delimiter ) : string[]
ToEnumerable ( this @this ) : IEnumerable
ToFormat ( this format ) : string
ToInputs ( this json ) : Inputs
ToStr ( this chars ) : string

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

Метод Описание
GetValue ( object value ) : object
ToDictionary ( this json ) : object>.Dictionary

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

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

public static IsEmpty ( this str ) : bool
str this
Результат bool

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

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

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

public static ToDelimitedArray ( this content ) : string[]
content this
Результат string[]

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

public static ToDelimitedArray ( this content, char delimiter ) : string[]
content this
delimiter char
Результат string[]

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

public static ToEnumerable ( this @this ) : IEnumerable
@this this
Результат IEnumerable

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

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

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

public static ToInputs ( this json ) : Inputs
json this
Результат Inputs

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

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