Method | Description | |
---|---|---|
IsValidVirtualPathName ( this expression ) : bool |
Checks the string to see whether the value is a valid virtual path name.
|
|
ToMD5Fingerprint ( this expression ) : string |
Creates an MD5 fingerprint of the String.
|
|
ToPositiveFloatArray ( this expression ) : float[] |
Creates an array of floats scraped from the String.
|
|
ToPositiveIntegerArray ( this expression ) : int[] |
Creates an array of integers scraped from the String.
|
|
ToSHA1Fingerprint ( this expression ) : string |
Creates an SHA1 fingerprint of the String.
|
|
TrimStart ( this target, string trimString ) : string |
Trims a specified string from the start of another string.
|
public static IsValidVirtualPathName ( this expression ) : bool | ||
expression | this | The |
return | bool |
public static ToMD5Fingerprint ( this expression ) : string | ||
expression | this | The |
return | string |
public static ToPositiveFloatArray ( this expression ) : float[] | ||
expression | this | The |
return | float[] |
public static ToPositiveIntegerArray ( this expression ) : int[] | ||
expression | this | The |
return | int[] |
public static ToSHA1Fingerprint ( this expression ) : string | ||
expression | this | The |
return | string |
public static TrimStart ( this target, string trimString ) : string | ||
target | this | The target string |
trimString | string | The string to trim from the start |
return | string |