C# Class JSONTools.Extensions

Afficher le fichier Open project: DaveSanders/jsontools

Méthodes publiques

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

Method Details

CanConvert() public static méthode

public static CanConvert ( this Input, Type ToType ) : bool
Input this
ToType System.Type
Résultat bool

FirstVisibleCharacter() public static méthode

public static FirstVisibleCharacter ( this Input ) : char
Input this
Résultat char

LastVisibleCharacter() public static méthode

public static LastVisibleCharacter ( this Input ) : char
Input this
Résultat char

NextRealCharacter() public static méthode

public static NextRealCharacter ( this Input, int Position ) : char
Input this
Position int
Résultat char

RemoveIfFirst() public static méthode

public static RemoveIfFirst ( this Input, Char Char ) : string
Input this
Char Char
Résultat string

RemoveIfLast() public static méthode

public static RemoveIfLast ( this Input, Char Char ) : string
Input this
Char Char
Résultat string