C# Class cyberh0me.Utilities.StringExtensions

Exibir arquivo Open project: cyberh0me/OTP

Public Methods

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

Method Details

EndsWith() public static method

public static EndsWith ( this source, string check ) : bool
source this
check string
return bool

StartsWith() public static method

public static StartsWith ( this input, string part ) : bool
input this
part string
return bool

ToBytes() public static method

public static ToBytes ( this value ) : byte[]
value this
return byte[]