C# Class GraphQL.StringExtensions

Afficher le fichier Open project: graphql-dotnet/graphql-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetValue ( object value ) : object
ToDictionary ( this json ) : object>.Dictionary

Method Details

IsEmpty() public static méthode

public static IsEmpty ( this str ) : bool
str this
Résultat bool

ToCamelCase() public static méthode

public static ToCamelCase ( this s ) : string
s this
Résultat string

ToDelimitedArray() public static méthode

public static ToDelimitedArray ( this content ) : string[]
content this
Résultat string[]

ToDelimitedArray() public static méthode

public static ToDelimitedArray ( this content, char delimiter ) : string[]
content this
delimiter char
Résultat string[]

ToEnumerable() public static méthode

public static ToEnumerable ( this @this ) : IEnumerable
@this this
Résultat IEnumerable

ToFormat() public static méthode

public static ToFormat ( this format ) : string
format this
Résultat string

ToInputs() public static méthode

public static ToInputs ( this json ) : Inputs
json this
Résultat Inputs

ToStr() public static méthode

public static ToStr ( this chars ) : string
chars this
Résultat string