C# Class II.ResponsiveUI.StringExtensions

Show file Open project: TelerikAcademy/TelerikAcademyPlus

Public Methods

Method Description
ToDouble ( this input ) : double
ToInteger ( this input ) : int

Method Details

ToDouble() public static method

public static ToDouble ( this input ) : double
input this
return double

ToInteger() public static method

public static ToInteger ( this input ) : int
input this
return int