C# Class BalloonsPop.Common.Gadgets.StringExtensions

Provides extensions methods for string and char types in order to facilitate working with the types.
Datei anzeigen Open project: Baloons-Pop-4/Main

Public Methods

Method Description
ToInt32 ( this str ) : int

Converts the provided string to an INT32, throwing an exception in case of invalid string format.

Method Details

ToInt32() public static method

Converts the provided string to an INT32, throwing an exception in case of invalid string format.
public static ToInt32 ( this str ) : int
str this The string to be parsed to INT32.
return int