C# Class FinanzasPersonalesWeb.Utilitarios

Show file Open project: enelramon/FinanzasPersonalesWeb2016

Public Methods

Method Description
ShowToastr ( this page, string message, string title, string type = "info" ) : void
ToInt ( string texto ) : int

Method Details

ShowToastr() public static method

public static ShowToastr ( this page, string message, string title, string type = "info" ) : void
page this
message string
title string
type string
return void

ToInt() public static method

public static ToInt ( string texto ) : int
texto string
return int