Method | Description | |
---|---|---|
Clamp ( this original ) : |
||
ClampPercentage ( this percentage ) : double | ||
ClampPercentage ( this percentage ) : float | ||
Contains ( this array, int start, int length, string text ) : bool | ||
Contains ( this s, string text, System.StringComparison stringComparison ) : bool | ||
IndexOf ( this s, string text ) : int | ||
ToGrayscale ( this original ) : |
||
ToTitle ( this str ) : string | ||
isDigit ( this c ) : bool |
public static Clamp ( this original ) : |
||
original | this | |
return |
public static ClampPercentage ( this percentage ) : double | ||
percentage | this | |
return | double |
public static ClampPercentage ( this percentage ) : float | ||
percentage | this | |
return | float |
public static Contains ( this array, int start, int length, string text ) : bool | ||
array | this | |
start | int | |
length | int | |
text | string | |
return | bool |
public static Contains ( this s, string text, System.StringComparison stringComparison ) : bool | ||
s | this | |
text | string | |
stringComparison | System.StringComparison | |
return | bool |
public static IndexOf ( this s, string text ) : int | ||
s | this | |
text | string | |
return | int |
public static ToGrayscale ( this original ) : |
||
original | this | |
return |