C# Class Mike.Spikes.Puzzlers.PalindromeExtensions

Mostrar archivo Open project: mikehadlow/Mike.Spikes

Public Methods

Method Description
IsPalindrome ( this value ) : bool
IsPalindrome2 ( this value ) : bool
Spike ( ) : void
ToDecimalArray ( this input ) : IEnumerable

Method Details

IsPalindrome() public static method

public static IsPalindrome ( this value ) : bool
value this
return bool

IsPalindrome2() public static method

public static IsPalindrome2 ( this value ) : bool
value this
return bool

Spike() public static method

public static Spike ( ) : void
return void

ToDecimalArray() public static method

public static ToDecimalArray ( this input ) : IEnumerable
input this
return IEnumerable