C# Class cyberh0me.Utilities.StringExtensions

Afficher le fichier Open project: cyberh0me/OTP

Méthodes publiques

Méthode Description
EndsWith ( this source, string check ) : bool
StartsWith ( this input, string part ) : bool
ToBytes ( this value ) : byte[]

Method Details

EndsWith() public static méthode

public static EndsWith ( this source, string check ) : bool
source this
check string
Résultat bool

StartsWith() public static méthode

public static StartsWith ( this input, string part ) : bool
input this
part string
Résultat bool

ToBytes() public static méthode

public static ToBytes ( this value ) : byte[]
value this
Résultat byte[]