C# Class Dwarrowdelf.Extensions

Show file Open project: tomba/dwarrowdelf

Public Methods

Method Description
Capitalize ( this str ) : string
Max ( this arr ) : byte
Min ( this arr ) : byte

Method Details

Capitalize() public static method

public static Capitalize ( this str ) : string
str this
return string

Max() public static method

public static Max ( this arr ) : byte
arr this
return byte

Min() public static method

public static Min ( this arr ) : byte
arr this
return byte