C# 클래스 Gribble.Model.Function.Create

파일 보기 프로젝트 열기: mikeobrien/Gribble

공개 메소드들

메소드 설명
Coalesce ( ) : Function
Contains ( ) : Function
Convert ( Type type ) : Function
EndsWith ( ) : Function
Hash ( HashParameters type ) : Function
IndexOf ( ) : Function
IndexOfAt ( ) : Function
Insert ( ) : Function
Length ( ) : Function
Replace ( ) : Function
StartsWith ( ) : Function
Substring ( ) : Function
SubstringFixed ( ) : Function
ToHex ( ) : Function
ToLower ( ) : Function
ToString ( ) : Function
ToUpper ( ) : Function
Trim ( ) : Function
TrimEnd ( ) : Function
TrimStart ( ) : Function

메소드 상세

Coalesce() 공개 정적인 메소드

public static Coalesce ( ) : Function
리턴 Function

Contains() 공개 정적인 메소드

public static Contains ( ) : Function
리턴 Function

Convert() 공개 정적인 메소드

public static Convert ( Type type ) : Function
type System.Type
리턴 Function

EndsWith() 공개 정적인 메소드

public static EndsWith ( ) : Function
리턴 Function

Hash() 공개 정적인 메소드

public static Hash ( HashParameters type ) : Function
type HashParameters
리턴 Function

IndexOf() 공개 정적인 메소드

public static IndexOf ( ) : Function
리턴 Function

IndexOfAt() 공개 정적인 메소드

public static IndexOfAt ( ) : Function
리턴 Function

Insert() 공개 정적인 메소드

public static Insert ( ) : Function
리턴 Function

Length() 공개 정적인 메소드

public static Length ( ) : Function
리턴 Function

Replace() 공개 정적인 메소드

public static Replace ( ) : Function
리턴 Function

StartsWith() 공개 정적인 메소드

public static StartsWith ( ) : Function
리턴 Function

Substring() 공개 정적인 메소드

public static Substring ( ) : Function
리턴 Function

SubstringFixed() 공개 정적인 메소드

public static SubstringFixed ( ) : Function
리턴 Function

ToHex() 공개 정적인 메소드

public static ToHex ( ) : Function
리턴 Function

ToLower() 공개 정적인 메소드

public static ToLower ( ) : Function
리턴 Function

ToString() 공개 정적인 메소드

public static ToString ( ) : Function
리턴 Function

ToUpper() 공개 정적인 메소드

public static ToUpper ( ) : Function
리턴 Function

Trim() 공개 정적인 메소드

public static Trim ( ) : Function
리턴 Function

TrimEnd() 공개 정적인 메소드

public static TrimEnd ( ) : Function
리턴 Function

TrimStart() 공개 정적인 메소드

public static TrimStart ( ) : Function
리턴 Function