C# Class FlatRedBall.Utilities.StringUtilities

显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
GetIntAfter ( string stringToSearchFor, string whereToSearch ) : int
GetIntAfter ( string stringToSearchFor, string whereToSearch, int startIndex ) : int

Method Details

GetIntAfter() public static method

public static GetIntAfter ( string stringToSearchFor, string whereToSearch ) : int
stringToSearchFor string
whereToSearch string
return int

GetIntAfter() public static method

public static GetIntAfter ( string stringToSearchFor, string whereToSearch, int startIndex ) : int
stringToSearchFor string
whereToSearch string
startIndex int
return int