C# 클래스 GraphQL.StringExtensions

파일 보기 프로젝트 열기: graphql-dotnet/graphql-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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