Method | Description | |
---|---|---|
ParseAngle ( string input ) : float |
Returns the correct T:System.Int32 containing the angle for the given string.
|
|
ParseColor ( string input ) : Color |
Returns the correct T:System.Drawing.Color for the given string.
|
|
ParseIn100Range ( string input ) : int |
Returns the correct T:System.Int32 for the given string.
|
Method | Description | |
---|---|---|
BuildColorRegex ( ) : |
Builds a regular expression for the three main colour types.
|
public static ParseAngle ( string input ) : float | ||
input | string | /// The input string containing the value to parse. /// |
return | float |
public static ParseColor ( string input ) : Color | ||
input | string | /// The input string containing the value to parse. /// |
return | Color |
public static ParseIn100Range ( string input ) : int | ||
input | string | /// The input string containing the value to parse. /// |
return | int |