C# 클래스 JSONTools.Extensions

파일 보기 프로젝트 열기: DaveSanders/jsontools

공개 메소드들

메소드 설명
CanConvert ( this Input, Type ToType ) : bool
FirstVisibleCharacter ( this Input ) : char
LastVisibleCharacter ( this Input ) : char
NextRealCharacter ( this Input, int Position ) : char
RemoveIfFirst ( this Input, Char Char ) : string
RemoveIfLast ( this Input, Char Char ) : string

메소드 상세

CanConvert() 공개 정적인 메소드

public static CanConvert ( this Input, Type ToType ) : bool
Input this
ToType System.Type
리턴 bool

FirstVisibleCharacter() 공개 정적인 메소드

public static FirstVisibleCharacter ( this Input ) : char
Input this
리턴 char

LastVisibleCharacter() 공개 정적인 메소드

public static LastVisibleCharacter ( this Input ) : char
Input this
리턴 char

NextRealCharacter() 공개 정적인 메소드

public static NextRealCharacter ( this Input, int Position ) : char
Input this
Position int
리턴 char

RemoveIfFirst() 공개 정적인 메소드

public static RemoveIfFirst ( this Input, Char Char ) : string
Input this
Char Char
리턴 string

RemoveIfLast() 공개 정적인 메소드

public static RemoveIfLast ( this Input, Char Char ) : string
Input this
Char Char
리턴 string