Method | Description | |
---|---|---|
ValidateBitcoinAddress ( string address ) : bool | ||
ValidateWorkerName ( string workername ) : bool | ||
isAlphaNumeric ( string strToCheck ) : bool |
Method | Description | |
---|---|---|
DecodeBase58 ( string input ) : byte[] | ||
Hash ( byte bytes ) : byte[] | ||
SubArray ( byte data, int index, int length ) : byte[] |
public static ValidateBitcoinAddress ( string address ) : bool | ||
address | string | |
return | bool |
public static ValidateWorkerName ( string workername ) : bool | ||
workername | string | |
return | bool |
public static isAlphaNumeric ( string strToCheck ) : bool | ||
strToCheck | string | |
return | bool |